X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..fe0fcd92e3ae841f7ccf84b250df1ec4afdaecbc:/print-isoclns.c diff --git a/print-isoclns.c b/print-isoclns.c index 6b7a4183..16cedfc4 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -24,6 +24,10 @@ * complete IS-IS support. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.108 2003-11-16 09:36:25 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -41,10 +45,6 @@ #include "extract.h" #include "gmpls.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-isoclns.c,v 1.107 2003-11-15 00:39:29 guy Exp $ (LBL)"; -#endif #define NLPID_CLNS 129 /* 0x81 */ #define NLPID_ESIS 130 /* 0x82 */ #define NLPID_ISIS 131 /* 0x83 */