]> The Tcpdump Group git mirrors - tcpdump/blobdiff - nfs.h
When checking for pcap_if_t, add $V_INCLS to CFLAGS, so we look at the
[tcpdump] / nfs.h
diff --git a/nfs.h b/nfs.h
index 4e3885b662b6e46d2bfa5d6e7cb72199e0d3433f..a63ee94e193c861c82cfb950baf85fef48057f70 100644 (file)
--- 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 $     */
 
 /*
 
 /* 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;