From d26372d3bba3510c1275c92a0f93995f9eed1c96 Mon Sep 17 00:00:00 2001 From: assar Date: Sun, 21 Nov 1999 16:32:55 +0000 Subject: (nfsquad_t): remove, it doesn't work with non-GCC --- nfs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nfs.h') 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. */ -- cgit v1.2.1