summaryrefslogtreecommitdiff
path: root/nfs.h
diff options
context:
space:
mode:
authorassar <assar>1999-11-21 16:32:55 +0000
committerassar <assar>1999-11-21 16:32:55 +0000
commitd26372d3bba3510c1275c92a0f93995f9eed1c96 (patch)
tree4473e01eea9216ec1fd099153aed285fbc39c068 /nfs.h
parent26b2dd8cffed134a653207d38e5968b8ff00849b (diff)
downloadtcpdump-d26372d3bba3510c1275c92a0f93995f9eed1c96.tar.gz
(nfsquad_t): remove, it doesn't work with non-GCC
Diffstat (limited to 'nfs.h')
-rw-r--r--nfs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nfs.h b/nfs.h
index 045ebb1e..4e3885b6 100644
--- a/nfs.h
+++ b/nfs.h
@@ -285,6 +285,10 @@ 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.
*/
@@ -294,6 +298,8 @@ union nfs_quadconvert {
};
typedef union nfs_quadconvert nfsquad_t;
+#endif
+
/*
* NFS Version 3 special file number.
*/