X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..ba80bd184e5d74baeaf139a9d7d02dec8e370668:/print-ntp.c diff --git a/print-ntp.c b/print-ntp.c index 5de5a875..e5cf0720 100644 --- a/print-ntp.c +++ b/print-ntp.c @@ -23,6 +23,10 @@ * loosely based on print-bootp.c */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.37.2.2 2003-11-16 08:51:36 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -40,10 +44,6 @@ #include "addrtoname.h" #include "extract.h" #ifdef MODEMASK -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-ntp.c,v 1.38 2003-11-15 00:39:33 guy Exp $ (LBL)"; -#endif #undef MODEMASK /* Solaris sucks */ #endif #include "ntp.h"