]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
Latest config.guess and config.sub from
[tcpdump] / print-tcp.c
index a79e1d6bcdf6733ad0a1245b58ffd08f1b0b0206..57e071152367a2d1bca6c13101ffe42c39783f5d 100644 (file)
  * 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"
 #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"