X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d26372d3bba3510c1275c92a0f93995f9eed1c96..fb8b947488c7f22b518de1df1a91e663dc7ab33c:/nfs.h diff --git a/nfs.h b/nfs.h index 4e3885b6..a63ee94e 100644 --- a/nfs.h +++ b/nfs.h @@ -1,3 +1,4 @@ +/* @(#) $Header: /tcpdump/master/tcpdump/nfs.h,v 1.7 2002-12-11 07:13:55 guy Exp $ (LBL) */ /* $NetBSD: nfs.h,v 1.1 1996/05/23 22:49:53 fvdl Exp $ */ /* @@ -245,7 +246,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 */ /* @@ -294,7 +295,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;