X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7cf1b02275833ba76c7a718debad764575ef5791..refs/heads/tcpdump-3.8:/print-tftp.c diff --git a/print-tftp.c b/print-tftp.c index ca9fbd8b..e9ab4a7c 100644 --- a/print-tftp.c +++ b/print-tftp.c @@ -21,6 +21,10 @@ * Format and print trivial file transfer protocol packets. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.35.2.2 2003-11-16 08:51:50 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -40,10 +44,6 @@ #include "addrtoname.h" #include "extract.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-tftp.c,v 1.35.2.1 2003-11-15 22:29:13 guy Exp $ (LBL)"; -#endif /* op code to string mapping */ static struct tok op2str[] = { { RRQ, "RRQ" }, /* read request */