]> The Tcpdump Group git mirrors - tcpdump/blobdiff - nfs.h
There's no link-layer header on Linux ARPHRD_ATM packets; there's
[tcpdump] / nfs.h
diff --git a/nfs.h b/nfs.h
index 4e3885b662b6e46d2bfa5d6e7cb72199e0d3433f..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 */
 /*
@@ -294,7 +294,7 @@ typedef     struct nfs_uquad        nfsuint64;
  */
 union nfs_quadconvert {
        u_int32_t lval[2];
-       u_quad_t  qval;
+       u_int64_t qval;
 };
 typedef union nfs_quadconvert  nfsquad_t;