mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 12:03:44 +08:00
(nfsquad_t): remove, it doesn't work with non-GCC
This commit is contained in:
parent
26b2dd8cff
commit
d26372d3bb
6
nfs.h
6
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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user