summaryrefslogtreecommitdiff
path: root/nfs.h
diff options
context:
space:
mode:
authorassar <assar>2000-07-29 08:05:04 +0000
committerassar <assar>2000-07-29 08:05:04 +0000
commitd171e52e944441b2ea2a087844189797ad8a08e4 (patch)
tree04fd896ef72ce3e0e832cd00152ab1597b66532c /nfs.h
parentc3da12efe548a6642447bd942bbfba44032821bd (diff)
downloadtcpdump-d171e52e944441b2ea2a087844189797ad8a08e4.tar.gz
s/nfstype/nfs_type/ to avoid conflict with system header files
Diffstat (limited to 'nfs.h')
-rw-r--r--nfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs.h b/nfs.h
index 44b834fd..6de83697 100644
--- a/nfs.h
+++ b/nfs.h
@@ -245,7 +245,7 @@
/* File types */
typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5,
- NFSOCK=6, NFFIFO=7 } nfstype;
+ NFSOCK=6, NFFIFO=7 } nfs_type;
/* Structs for common parts of the rpc's */
/*