From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/cmd/ip/snoopy/gre.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/ip/snoopy/gre.c') diff --git a/src/cmd/ip/snoopy/gre.c b/src/cmd/ip/snoopy/gre.c index 908d1553..6808293b 100755 --- a/src/cmd/ip/snoopy/gre.c +++ b/src/cmd/ip/snoopy/gre.c @@ -8,7 +8,7 @@ enum { GRE_srcrt = (1<<11), GRE_recur = (7<<8), GRE_ack = (1<<7), - GRE_ver = 0x7, + GRE_ver = 0x7 }; /* GRE protocols */ @@ -25,7 +25,7 @@ enum { GRE_vinesecho = 0x0bae, GRE_vinesloop = 0x0baf, GRE_decnetIV = 0x6003, - GRE_ppp = 0x880b, + GRE_ppp = 0x880b }; int -- cgit v1.2.3