summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.ypupdated')
-rw-r--r--usr.sbin/rpc.ypupdated/ypupdated_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpc.ypupdated/ypupdated_main.c b/usr.sbin/rpc.ypupdated/ypupdated_main.c
index 854f611..14f6a45 100644
--- a/usr.sbin/rpc.ypupdated/ypupdated_main.c
+++ b/usr.sbin/rpc.ypupdated/ypupdated_main.c
@@ -32,7 +32,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: ypupdated_main.c,v 1.2 1997/10/13 11:21:01 charnier Exp $";
#endif /* not lint */
#include "ypupdate_prot.h"
@@ -197,7 +197,7 @@ main(argc, argv)
int asize = sizeof (saddr);
int ch;
- while ((ch = getopt(argc, argv, "p:h")) != EOF) {
+ while ((ch = getopt(argc, argv, "p:h")) != -1) {
switch(ch) {
case 'p':
yp_dir = optarg;
OpenPOWER on IntegriCloud