X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7cf1b02275833ba76c7a718debad764575ef5791..3efcdbdd486bf8b99a826e036db83d9ea818ed92:/print-tcp.c diff --git a/print-tcp.c b/print-tcp.c index a79e1d6b..57e07115 100644 --- a/print-tcp.c +++ b/print-tcp.c @@ -19,6 +19,10 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.107.2.2 2003-11-16 08:51:48 guy Exp $ (LBL)"; +#endif #ifdef HAVE_CONFIG_H #include "config.h" @@ -36,10 +40,6 @@ #include "addrtoname.h" #include "extract.h" -#ifndef lint -static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-tcp.c,v 1.107.2.1 2003-11-15 22:29:11 guy Exp $ (LBL)"; -#endif #include "tcp.h" #include "ip.h"