]> The Tcpdump Group git mirrors - tcpdump/blobdiff - nfs.h
CI: Add warning exemptions for Sun C (suncc-5.14) on Solaris 10
[tcpdump] / nfs.h
diff --git a/nfs.h b/nfs.h
index 269a0384fc0b661fc7ccdce99929bc20b4d69ea6..87ba1a7184e8e8814ff139575736757989b106df 100644 (file)
--- a/nfs.h
+++ b/nfs.h
@@ -1,4 +1,4 @@
-/*     NetBSD: nfs.h,v 1.1 1996/05/23 22:49:53 fvdl Exp        */
+/*     NetBSD: nfs.h,v 1.1 1996/05/23 22:49:53 fvdl Exp        */
 
 /*
  * Copyright (c) 1989, 1993
 #define NFSX_V3SATTR           60      /* max. all fields filled in */
 #define NFSX_V3POSTOPATTR      (NFSX_V3FATTR + NFSX_UNSIGNED)
 #define NFSX_V3WCCDATA         (NFSX_V3POSTOPATTR + 8 * NFSX_UNSIGNED)
-#define NFSX_V3COOKIEVERF      8
-#define NFSX_V3WRITEVERF       8
+#define NFSX_V3COOKIEVERF      8
+#define NFSX_V3WRITEVERF       8
 #define NFSX_V3CREATEVERF      8
 #define NFSX_V3STATFS          52
 #define NFSX_V3FSINFO          48
@@ -283,15 +283,6 @@ struct nfsv3_time {
 };
 typedef struct nfsv3_time      nfstime3;
 
-/*
- * Quads are defined as arrays of 2 longs to ensure dense packing for the
- * protocol and to facilitate xdr conversion.
- */
-struct nfs_uquad {
-       nd_uint32_t nfsuquad[2];
-};
-typedef        struct nfs_uquad        nfsuint64;
-
 /*
  * NFS Version 3 special file number.
  */