diff options
author | assar <assar> | 1999-11-21 16:32:55 +0000 |
---|---|---|
committer | assar <assar> | 1999-11-21 16:32:55 +0000 |
commit | d26372d3bba3510c1275c92a0f93995f9eed1c96 (patch) | |
tree | 4473e01eea9216ec1fd099153aed285fbc39c068 /nfs.h | |
parent | 26b2dd8cffed134a653207d38e5968b8ff00849b (diff) | |
download | tcpdump-d26372d3bba3510c1275c92a0f93995f9eed1c96.tar.gz |
(nfsquad_t): remove, it doesn't work with non-GCC
Diffstat (limited to 'nfs.h')
-rw-r--r-- | nfs.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. */ |