X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7cf1b02275833ba76c7a718debad764575ef5791..refs/heads/tcpdump-3.8:/print-pptp.c diff --git a/print-pptp.c b/print-pptp.c index a9301f63..f705b5e7 100644 --- a/print-pptp.c +++ b/print-pptp.c @@ -22,6 +22,10 @@ */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.9.2.2 2003-11-16 08:51:39 guy Exp $"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -34,10 +38,6 @@ #include "interface.h" #include "extract.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-pptp.c,v 1.9.2.1 2003-11-15 22:29:04 guy Exp $"; -#endif static char tstr[] = " [|pptp]"; #ifndef TRUE