]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ip.c
Have the configure script arrange that the Makefile define _U_
[tcpdump] / print-ip.c
index 45e84f0cb03c9a686eaa4889becb26b0e89dae15..2d287d36263ccd4555d37ef89a991020208d5ce5 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.130 2003-11-16 09:36:23 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "interface.h"
 #include "extract.h"                   /* must come after interface.h */
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ip.c,v 1.129 2003-11-15 00:39:27 guy Exp $ (LBL)";
-#endif
 #include "ip.h"
 #include "ipproto.h"