]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pflog.c
Fix a signed-vs-unsigned comparison warning.
[tcpdump] / print-pflog.c
index e4e30a2802d23a6fc9d74ca35a81ff8bcc0795f3..3623e3036586c81bc5ee0c01319b4d14e06dc8c2 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.9 2003-11-16 09:36:32 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "interface.h"
 #include "addrtoname.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-pflog.c,v 1.8 2003-11-15 00:39:35 guy Exp $ (LBL)";
-#endif
 /* The header in OpenBSD pflog files. */
 
 struct pfloghdr {