From e8a54a3d5e32c9de009f84d1ef3f26d2dffbf226 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Thu, 8 Apr 2010 10:43:49 -0400 Subject: Remove some warnings that were introduced by commit 6ca440c Signed-off-by: Steve Dickson --- support/nfs/cacheio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/nfs/cacheio.c') diff --git a/support/nfs/cacheio.c b/support/nfs/cacheio.c index 0587ecb..55fa45d 100644 --- a/support/nfs/cacheio.c +++ b/support/nfs/cacheio.c @@ -241,7 +241,7 @@ int qword_get_int(char **bpp, int *anint) return 0; } -int qword_get_uint(char *bpp, unsigned int *anint) +int qword_get_uint(char **bpp, unsigned int *anint) { char buf[50]; char *ep; -- cgit