X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7cf1b02275833ba76c7a718debad764575ef5791..76220bbaee464ceb6bb88140410f5792ce9ca143:/print-bootp.c diff --git a/print-bootp.c b/print-bootp.c index 90282df4..c5869304 100644 --- a/print-bootp.c +++ b/print-bootp.c @@ -20,6 +20,10 @@ * * Format and print bootp packets. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.75.2.2 2003-11-16 08:51:13 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -36,10 +40,6 @@ #include "ether.h" #include "bootp.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-bootp.c,v 1.75.2.1 2003-11-15 22:28:42 guy Exp $ (LBL)"; -#endif static void rfc1048_print(const u_char *); static void cmu_print(const u_char *);