diff options
Diffstat (limited to 'xlators/nfs/lib/src/xdr-nfs3.h')
| -rw-r--r-- | xlators/nfs/lib/src/xdr-nfs3.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/nfs/lib/src/xdr-nfs3.h b/xlators/nfs/lib/src/xdr-nfs3.h index 8223def1ffa..fe4046584ff 100644 --- a/xlators/nfs/lib/src/xdr-nfs3.h +++ b/xlators/nfs/lib/src/xdr-nfs3.h @@ -44,8 +44,8 @@  typedef u_quad_t uint64;  typedef quad_t int64; -typedef u_long uint32; -typedef long int32; +typedef uint32_t uint32; +typedef int32_t int32;  typedef char *filename3;  typedef char *nfspath3;  typedef uint64 fileid3;  | 
