diff options
author | Greg Banks <gnb@melbourne.sgi.com> | 2006-06-22 18:01:10 +1000 |
---|---|---|
committer | Greg Banks <gnb@melbourne.sgi.com> | 2006-06-22 18:01:10 +1000 |
commit | 93608a52655abf5ac23404c4b5cc05fe575a9c04 (patch) | |
tree | 5d4debc42ac6667427c5f9f8f6e62a5e74906465 /support/export/client.c | |
parent | a07343ee0da4f0974a23b673ae1b0d482c7426a1 (diff) | |
download | nfs-utils-93608a52655abf5ac23404c4b5cc05fe575a9c04.tar.gz nfs-utils-93608a52655abf5ac23404c4b5cc05fe575a9c04.tar.xz nfs-utils-93608a52655abf5ac23404c4b5cc05fe575a9c04.zip |
Fix a number of the easier compile warnings: unused variables,
unused labels, constness, signedness.
Diffstat (limited to 'support/export/client.c')
-rw-r--r-- | support/export/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/export/client.c b/support/export/client.c index c09e762..33dfdb0 100644 --- a/support/export/client.c +++ b/support/export/client.c @@ -15,6 +15,7 @@ #include <arpa/inet.h> #include <stdlib.h> #include <string.h> +#include <ctype.h> #include <netdb.h> #include "xmalloc.h" #include "misc.h" |