]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ospf6.c
Don't use "long" in structures that represent packet layouts - "long"
[tcpdump] / print-ospf6.c
index e5944b854f8a0f6d11ebe0aa7567b7cde2f0d415..083b2a1db3476dbbaaab62b1d1cfab6491692bbc 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-ospf6.c,v 1.5 2000-09-23 08:54:36 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-ospf6.c,v 1.6 2000-09-29 04:58:45 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -35,7 +35,6 @@ static const char rcsid[] =
 #include <sys/socket.h>
 
 #include <netinet/in.h>
-#include <netinet/in_systm.h>
 
 #include <ctype.h>
 #include <stdio.h>