X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..refs/heads/tcpdump-3.8:/print-pptp.c diff --git a/print-pptp.c b/print-pptp.c index a18703a6..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.10 2003-11-15 00:39:36 guy Exp $"; -#endif static char tstr[] = " [|pptp]"; #ifndef TRUE