summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/nfsfh.h
diff options
context:
space:
mode:
authorbitblt <bitblt@openbsd.org>1996-12-12 16:22:20 +0000
committerbitblt <bitblt@openbsd.org>1996-12-12 16:22:20 +0000
commitdc709136416f218063c61eafb6c7c7d27acd2124 (patch)
treecd29e14072aae7f743ea917f9c42f8c58658b9a9 /usr.sbin/tcpdump/nfsfh.h
parentPart 1 of tcpdump 3.3 (diff)
downloadwireguard-openbsd-dc709136416f218063c61eafb6c7c7d27acd2124.tar.xz
wireguard-openbsd-dc709136416f218063c61eafb6c7c7d27acd2124.zip
*** empty log message ***
Diffstat (limited to 'usr.sbin/tcpdump/nfsfh.h')
-rw-r--r--usr.sbin/tcpdump/nfsfh.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/nfsfh.h b/usr.sbin/tcpdump/nfsfh.h
index 8f879d51ba8..b4d2aef3b27 100644
--- a/usr.sbin/tcpdump/nfsfh.h
+++ b/usr.sbin/tcpdump/nfsfh.h
@@ -1,7 +1,5 @@
-/* $OpenBSD: nfsfh.h,v 1.4 1996/07/13 11:01:13 mickey Exp $ */
-
/*
- * Header: nfsfh.h,v 1.4 95/10/19 20:27:44 leres Exp
+ * $Header: /home/cvs/src/usr.sbin/tcpdump/nfsfh.h,v 1.5 1996/12/12 16:22:48 bitblt Exp $
*
* nfsfh.h - NFS file handle definitions (for portable use)
*
@@ -26,7 +24,7 @@ typedef struct {
* our internal representation of that.
*/
typedef struct {
- my_devt fsid_dev;
+ my_devt Fsid_dev; /* XXX avoid name conflict with AIX */
u_int32_t fsid_code;
} my_fsid;