From: guy Date: Mon, 25 Apr 2005 18:55:01 +0000 (+0000) Subject: From Albert Chin: IBM's C compiler, at least for AIX 4.3.3, doesn't X-Git-Tag: tcpdump-3.9.1~97 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/6b244042659597c052663c6d2d7ed83db421ec25?hp=3842b84cee5b5a75a109f41e93640e67bcf05d5c From Albert Chin: IBM's C compiler, at least for AIX 4.3.3, doesn't allow a trailing comma on the last member of an enum. --- diff --git a/print-juniper.c b/print-juniper.c index 09a2b62c..1ebc1970 100644 --- a/print-juniper.c +++ b/print-juniper.c @@ -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 {