]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-stp.c
When checking for pcap_if_t, add $V_INCLS to CFLAGS, so we look at the
[tcpdump] / print-stp.c
index 19e5c82da156044172b8c6765995fa9a8b3ab133..11df16ca93991e9e43d69ceb9e7b6e7af0dde464 100644 (file)
@@ -9,6 +9,10 @@
  * Contributed by Lennert Buytenhek <[email protected]>
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.13 2003-11-16 09:36:38 guy Exp $";
+#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-stp.c,v 1.12 2003-11-15 00:39:41 guy Exp $";
-#endif
 static void
 stp_print_bridge_id(const u_char *p)
 {