summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-06-23 00:57:39 -0700
committerGuy Harris <guy@alum.mit.edu>2018-06-23 00:57:39 -0700
commit6c933daf0e39ac8953467e1061b2f39b9e543796 (patch)
tree8d4a71a0de11054afa160c7bf14db8fce45f5c4e
parent19671cc62f08c8b13933cf7e1293fa3bd21b34db (diff)
downloadtcpdump-6c933daf0e39ac8953467e1061b2f39b9e543796.tar.gz
Get rid of no-longer-used nfsuint64.
nd_uint64_t suffices - it doesn't require 8-byte alignment (XDR doesn't provide 8-byte alignment for 64-bit quantities).
-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 {