summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorchip <chip>2001-01-21 04:26:06 +0000
committerchip <chip>2001-01-21 04:26:06 +0000
commitb5cb3f2f03186c514af01b835296da084ae286d9 (patch)
tree558d45efd7cfa1ffcffc6797fde6bb139116d086 /utils
parent2da8f89b798fc5d811fc4b252ca8ad7461d07fbd (diff)
downloadnfs-utils-b5cb3f2f03186c514af01b835296da084ae286d9.tar.gz
nfs-utils-b5cb3f2f03186c514af01b835296da084ae286d9.tar.xz
nfs-utils-b5cb3f2f03186c514af01b835296da084ae286d9.zip
2001-01-20 Chip Salzenberg <chip@valinux.com>
* support/include/xio.h (xgetc): Declare to return int. * support/nfs/xio.c (xgetc): Return int. (xgettok, xskip, xskipcomment): Use int for value of xgetc. * utils/statd/statd.c (main): Use int for value of getopt. * debian/changelog: Version 0.2.1-5.
Diffstat (limited to 'utils')
-rw-r--r--utils/statd/statd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/statd/statd.c b/utils/statd/statd.c
index f467e74..a63a6a2 100644
--- a/utils/statd/statd.c
+++ b/utils/statd/statd.c
@@ -121,7 +121,7 @@ int main (int argc, char **argv)
{
extern char *optarg;
int pid;
- char arg;
+ int arg;
/* Default: daemon mode, no other options */
run_mode = 0;