X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..38a13e9304585a3e1b833be7a9faa37df1324e63:/print-decnet.c diff --git a/print-decnet.c b/print-decnet.c index 5a3f29fa..92feb6ac 100644 --- a/print-decnet.c +++ b/print-decnet.c @@ -19,6 +19,10 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-decnet.c,v 1.38 2003-11-16 09:36:17 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -42,10 +46,6 @@ struct rtentry; #include "interface.h" #include "addrtoname.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-decnet.c,v 1.37 2003-11-15 00:39:19 guy Exp $ (LBL)"; -#endif /* Forwards */ static void print_decnet_ctlmsg(const union routehdr *, u_int); static void print_t_info(int);