Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/passwd __progname not used here, so don't extern it



details:   https://anonhg.NetBSD.org/src/rev/369b7a3f7553
branches:  trunk
changeset: 503764:369b7a3f7553
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Feb 13 00:14:58 2001 +0000

description:
__progname not used here, so don't extern it

diffstat:

 usr.bin/passwd/yp_passwd.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 3e7f296cbaeb -r 369b7a3f7553 usr.bin/passwd/yp_passwd.c
--- a/usr.bin/passwd/yp_passwd.c        Tue Feb 13 00:11:45 2001 +0000
+++ b/usr.bin/passwd/yp_passwd.c        Tue Feb 13 00:14:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: yp_passwd.c,v 1.23 2000/07/06 11:19:40 ad Exp $        */
+/*     $NetBSD: yp_passwd.c,v 1.24 2001/02/13 00:14:58 cgd Exp $       */
 
 /*
  * Copyright (c) 1988, 1990, 1993, 1994
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "from:  @(#)local_passwd.c    8.3 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: yp_passwd.c,v 1.23 2000/07/06 11:19:40 ad Exp $");
+__RCSID("$NetBSD: yp_passwd.c,v 1.24 2001/02/13 00:14:58 cgd Exp $");
 #endif
 #endif /* not lint */
 
@@ -69,8 +69,6 @@
 #define _PASSWORD_LEN PASS_MAX
 #endif
 
-extern char *__progname;               /* from crt0.o */
-
 static int yflag;
 
 static char            *getnewpasswd __P((struct passwd *, char **));



Home | Main Index | Thread Index | Old Index