]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Albert Chin: IBM's C compiler, at least for AIX 4.3.3, doesn't
authorguy <guy>
Mon, 25 Apr 2005 18:55:01 +0000 (18:55 +0000)
committerguy <guy>
Mon, 25 Apr 2005 18:55:01 +0000 (18:55 +0000)
allow a trailing comma on the last member of an enum.

print-juniper.c

index 09a2b62c6f326a555b2bbd8602da26bafe4893d5..1ebc1970ccbcce5253b1e1addc252b1cb6166ec7 100644 (file)
@@ -15,7 +15,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.8.2.2 2005-04-21 04:04:01 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.8.2.3 2005-04-25 18:55:01 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -56,7 +56,7 @@ enum {
 
 enum {
     DEFAULT,
-    LS_COOKIE,
+    LS_COOKIE
 };
 
 struct juniper_cookie_table_t {