diff options
author | assar <assar> | 2000-07-29 08:05:04 +0000 |
---|---|---|
committer | assar <assar> | 2000-07-29 08:05:04 +0000 |
commit | d171e52e944441b2ea2a087844189797ad8a08e4 (patch) | |
tree | 04fd896ef72ce3e0e832cd00152ab1597b66532c /nfs.h | |
parent | c3da12efe548a6642447bd942bbfba44032821bd (diff) | |
download | tcpdump-d171e52e944441b2ea2a087844189797ad8a08e4.tar.gz |
s/nfstype/nfs_type/ to avoid conflict with system header files
Diffstat (limited to 'nfs.h')
-rw-r--r-- | nfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ /* |