]> The Tcpdump Group git mirrors - tcpdump/blobdiff - nfs.h
s/nfstype/nfs_type/ to avoid conflict with system header files
[tcpdump] / nfs.h
diff --git a/nfs.h b/nfs.h
index 44b834fd9ded5c0da08b172108f605809b7f8476..6de83697ccc3aff4351b3f9c1c5b72bdf1058cac 100644 (file)
--- a/nfs.h
+++ b/nfs.h
 
 /* 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 */
 /*