diff options
author | Steve Dickson <steved@redhat.com> | 2010-04-08 10:43:49 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2010-04-08 11:16:17 -0400 |
commit | e8a54a3d5e32c9de009f84d1ef3f26d2dffbf226 (patch) | |
tree | 2a6f4fc095011bdc2eb60ba7bfbaf38d3b9e7be1 /support/nfs/cacheio.c | |
parent | 132744e9f8885254bcf213c90009d40adeb716bc (diff) | |
download | nfs-utils-e8a54a3d5e32c9de009f84d1ef3f26d2dffbf226.tar.gz nfs-utils-e8a54a3d5e32c9de009f84d1ef3f26d2dffbf226.tar.xz nfs-utils-e8a54a3d5e32c9de009f84d1ef3f26d2dffbf226.zip |
Remove some warnings that were introduced by commit 6ca440c
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/nfs/cacheio.c')
-rw-r--r-- | support/nfs/cacheio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |