]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-zephyr.c
Not all systems have "sa_family_t"; use "u_int8_t" instead.
[tcpdump] / print-zephyr.c
index c180e1dcabd250fbc24ba006129e0085c59fa62d..4a13f18a9a1920f9a00475c7a971a4aa75c4580b 100644 (file)
  * PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.6.2.2 2003-11-16 08:51:56 guy Exp $";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 
 #include "interface.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.6.2.1 2003-11-15 22:29:17 guy Exp $";
-#endif
 struct z_packet {
     char *version;
     int numfields;