diff options
Diffstat (limited to 'contrib/tcpdump/nfs.h')
-rw-r--r-- | contrib/tcpdump/nfs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/tcpdump/nfs.h b/contrib/tcpdump/nfs.h index 045ebb1..4e3885b 100644 --- a/contrib/tcpdump/nfs.h +++ b/contrib/tcpdump/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. */ |