diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-02 23:44:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-02 23:44:57 +0000 |
commit | a3b6d345b26cde9de2382b5b68c621853e275e63 (patch) | |
tree | a0d5b7e40f6a8282682806b1d1281fae9b8ffd78 /usr.sbin/ypserv | |
parent | 9b03121b3c7f3f12f56de27dbf92cbc6ff41f97c (diff) |
int ch; from ws@netbsd
Diffstat (limited to 'usr.sbin/ypserv')
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ypserv/ypserv/ypserv.c b/usr.sbin/ypserv/ypserv/ypserv.c index 8b8ea228b5a..b9434dacf85 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.c +++ b/usr.sbin/ypserv/ypserv/ypserv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypserv.c,v 1.5 1996/06/30 19:46:08 maja Exp $ */ +/* $OpenBSD: ypserv.c,v 1.6 1996/10/02 23:44:56 deraadt Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -32,7 +32,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: ypserv.c,v 1.5 1996/06/30 19:46:08 maja Exp $"; +static char rcsid[] = "$OpenBSD: ypserv.c,v 1.6 1996/10/02 23:44:56 deraadt Exp $"; #endif #include "yp.h" @@ -243,7 +243,7 @@ char *argv[]; int asize = sizeof (saddr); int usage = 0; int xflag = 0; - char ch; + int ch; extern char *optarg; while ((ch = getopt(argc, argv, "a:dx")) != EOF) |