summaryrefslogtreecommitdiff
path: root/nfs.h
diff options
context:
space:
mode:
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.
*/