]> The Tcpdump Group git mirrors - tcpdump/commitdiff
(nfsquad_t): remove, it doesn't work with non-GCC
authorassar <assar>
Sun, 21 Nov 1999 16:32:55 +0000 (16:32 +0000)
committerassar <assar>
Sun, 21 Nov 1999 16:32:55 +0000 (16:32 +0000)
nfs.h

diff --git a/nfs.h b/nfs.h
index 045ebb1e32154ac5bed88429e24abc7373716d2e..4e3885b662b6e46d2bfa5d6e7cb72199e0d3433f 100644 (file)
--- 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.
  */