From 451185a4c94056dc786dc3a85e5ed5cdd775b7cc Mon Sep 17 00:00:00 2001 From: chip Date: Mon, 16 Sep 2002 16:35:15 +0000 Subject: [PATCH] 2002-09-16 Chip Salzenberg * utils/rquotad/rquota_svc.c (main): Use int for value of getopt. --- ChangeLog | 4 ++++ utils/rquotad/rquota_svc.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 092ce27..46b4899 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-09-16 Chip Salzenberg + + * utils/rquotad/rquota_svc.c (main): Use int for value of getopt. + 2002-09-15 Chip Salzenberg * support/nfs/rpcmisc.c (rpc_init): Allow stdin to be a non-INET diff --git a/utils/rquotad/rquota_svc.c b/utils/rquotad/rquota_svc.c index 4b3cdc2..1d07c1c 100644 --- a/utils/rquotad/rquota_svc.c +++ b/utils/rquotad/rquota_svc.c @@ -234,7 +234,7 @@ killer (int sig) int main(int argc, char **argv) { register SVCXPRT *transp; - char c; + int c; int port = 0; struct sigaction sa; -- 2.39.2