]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-nfs.c
put stripped-down version of ip6.h and icmp6.h into tcpdump tree.
[tcpdump] / print-nfs.c
index d11e166bec53c2feac4f75ba3f9b81d59c3b1ff5..d195ec759a2d3e7026a6f129a4e094009fd93073 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.86 2000-10-03 02:54:59 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-nfs.c,v 1.87 2000-10-07 05:53:12 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -36,9 +36,6 @@ struct mbuf;
 struct rtentry;
 
 #include <netinet/in.h>
-#ifdef INET6
-#include <netinet/ip6.h>
-#endif
 
 #include <rpc/rpc.h>
 
@@ -54,6 +51,9 @@ struct rtentry;
 #include "nfsfh.h"
 
 #include "ip.h"
+#ifdef INET6
+#include "ip6.h"
+#endif
 
 static void nfs_printfh(const u_int32_t *, const u_int);
 static void xid_map_enter(const struct rpc_msg *, const u_char *);