summaryrefslogtreecommitdiff
path: root/nfs.h
diff options
context:
space:
mode:
authorguy <guy>2007-11-18 03:24:38 +0000
committerguy <guy>2007-11-18 03:24:38 +0000
commit5466ad29502935efee7f729c853395f42b861271 (patch)
treebb72ba903a7a3daab3a95f0717817f6cda9d1b31 /nfs.h
parentd032f19b67a4d273cd122d129e67c4601f159d74 (diff)
downloadtcpdump-5466ad29502935efee7f729c853395f42b861271.tar.gz
Get rid of unused and "#if 0"ed-out definitions.
Diffstat (limited to 'nfs.h')
-rw-r--r--nfs.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/nfs.h b/nfs.h
index a8c61d83..e43f7ffc 100644
--- a/nfs.h
+++ b/nfs.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/nfs.h,v 1.8 2007-08-29 02:31:44 mcr Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/nfs.h,v 1.9 2007-11-18 03:24:38 guy Exp $ (LBL) */
/* NetBSD: nfs.h,v 1.1 1996/05/23 22:49:53 fvdl Exp */
/*
@@ -286,21 +286,6 @@ struct nfs_uquad {
};
typedef struct nfs_uquad nfsuint64;
-#if 0 /* XXX - this doesn't seemed to be used and it doesn't work
- * with non-gcc, so comment it out for now.
- */
-
-/*
- * Used to convert between two u_longs and a u_quad_t.
- */
-union nfs_quadconvert {
- u_int32_t lval[2];
- u_int64_t qval;
-};
-typedef union nfs_quadconvert nfsquad_t;
-
-#endif
-
/*
* NFS Version 3 special file number.
*/