X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3824a6c0417a551961d1a1bf4f94f10eff736afc..ae05d24b8704024d2331d03475a9e6a213b19c69:/print-pptp.c diff --git a/print-pptp.c b/print-pptp.c index a18703a6..9c1db294 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.11 2003-11-16 09:36:33 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