X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fcacheio.c;fp=support%2Fnfs%2Fcacheio.c;h=55fa45d7e620c458917d0015c3af19fbf39bc452;hp=0587ecbecefff75636e81637a56e45046adb5af6;hb=e8a54a3d5e32c9de009f84d1ef3f26d2dffbf226;hpb=132744e9f8885254bcf213c90009d40adeb716bc 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;