From d9e256b0e4203a7f79f862ecc83c509e516f0e14 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Wed, 7 Apr 2010 10:05:29 +0000 Subject: NFS: type fixes: sanitize rpcgen generated typedefs Signed-off-by: Csaba Henk Signed-off-by: Anand V. Avati BUG: 399 (NFS translator with Mount v3 and NFS v3 support) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=399 --- xlators/nfs/lib/src/xdr-nfs3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/nfs/lib/src/xdr-nfs3.h') 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; -- cgit