summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2010-07-19 14:43:26 -0400
committerSteve Dickson <steved@redhat.com>2010-08-09 09:57:02 -0400
commit7b331fb9d24a71242a6c0a45a06c49174b552c64 (patch)
treefc121ffc1e2b8faf4852c75689a8d02d8fccd7e9 /support
parent9d5eaa2e939723c47649f0f112b43cc8ff414740 (diff)
downloadnfs-utils-7b331fb9d24a71242a6c0a45a06c49174b552c64.tar.gz
nfs-utils-7b331fb9d24a71242a6c0a45a06c49174b552c64.tar.xz
nfs-utils-7b331fb9d24a71242a6c0a45a06c49174b552c64.zip
Removed warnings from cache.c
cache.c:812: warning: missing initializer cache.c:812: warning: (near initialization for 'cachelist[0].f') cache.c:813: warning: missing initializer cache.c:813: warning: (near initialization for 'cachelist[1].f') cache.c:814: warning: missing initializer cache.c:814: warning: (near initialization for 'cachelist[2].f') cache.c:815: warning: missing initializer cache.c:815: warning: (near initialization for 'cachelist[3].f') cache.c:816: warning: missing initializer cache.c:816: warning: (near initialization for 'cachelist[4].f') cache.c: In function 'cache_export_ent': cache.c:887: warning: comparison between signed and unsigned integer expressions cache.c:907: warning: comparison between signed and unsigned integer expressions Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support')
-rw-r--r--support/include/nfslib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/nfslib.h b/support/include/nfslib.h
index b8e7c40..f57f2e2 100644
--- a/support/include/nfslib.h
+++ b/support/include/nfslib.h
@@ -83,7 +83,7 @@ struct exportent {
int e_nsquids;
int * e_sqgids;
int e_nsqgids;
- int e_fsid;
+ unsigned int e_fsid;
char * e_mountpoint;
int e_fslocmethod;
char * e_fslocdata;