Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/rpc.yppasswdd Remove obsolete "domake" variable.



details:   https://anonhg.NetBSD.org/src/rev/ff18ce56e209
branches:  trunk
changeset: 500234:ff18ce56e209
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Dec 08 21:24:16 2000 +0000

description:
Remove obsolete "domake" variable.

diffstat:

 usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r f09e67e8b40e -r ff18ce56e209 usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c
--- a/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c    Fri Dec 08 21:09:37 2000 +0000
+++ b/usr.sbin/rpc.yppasswdd/rpc.yppasswdd.c    Fri Dec 08 21:24:16 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rpc.yppasswdd.c,v 1.5 2000/12/08 21:09:37 tron Exp $   */
+/*     $NetBSD: rpc.yppasswdd.c,v 1.6 2000/12/08 21:24:16 tron Exp $   */
 
 /*
  * Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: rpc.yppasswdd.c,v 1.5 2000/12/08 21:09:37 tron Exp $");
+__RCSID("$NetBSD: rpc.yppasswdd.c,v 1.6 2000/12/08 21:24:16 tron Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -57,7 +57,7 @@
 
 extern char *__progname;               /* from crt0.s */
 
-int    noshell, nogecos, nopw, domake;
+int    noshell, nogecos, nopw;
 char   make_arg[_POSIX2_LINE_MAX] = "make";
 
 int    main(int, char *[]);
@@ -84,7 +84,6 @@
                else if (strcmp("m", arg) == 0) {
                        int len;
 
-                       domake = 1;
                        len = strlen(make_arg);
                        i++;
                        for (; i < argc; i++) {



Home | Main Index | Thread Index | Old Index