(nfsquad_t): remove, it doesn't work with non-GCC

This commit is contained in:
assar 1999-11-21 16:32:55 +00:00
parent 26b2dd8cff
commit d26372d3bb

6
nfs.h
View File

@ -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.
*/