summaryrefslogtreecommitdiff
path: root/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfs.h')
-rw-r--r--nfs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/nfs.h b/nfs.h
index 269a0384..76747f18 100644
--- a/nfs.h
+++ b/nfs.h
@@ -284,15 +284,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.
*/
struct nfsv3_spec {