Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/chpass fix redundant decls



details:   https://anonhg.NetBSD.org/src/rev/7a45abfc13b0
branches:  trunk
changeset: 503370:7a45abfc13b0
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 05 01:37:33 2001 +0000

description:
fix redundant decls

diffstat:

 usr.bin/chpass/chpass.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 10f73856652e -r 7a45abfc13b0 usr.bin/chpass/chpass.h
--- a/usr.bin/chpass/chpass.h   Mon Feb 05 01:35:45 2001 +0000
+++ b/usr.bin/chpass/chpass.h   Mon Feb 05 01:37:33 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chpass.h,v 1.9 1998/07/26 15:13:14 mycroft Exp $       */
+/*     $NetBSD: chpass.h,v 1.10 2001/02/05 01:37:33 christos Exp $     */
 
 /*
  * Copyright (c) 1988, 1993, 1994
@@ -67,7 +67,6 @@
 int     p_gid __P((const char *, struct passwd *, ENTRY *));
 int     p_hdir __P((const char *, struct passwd *, ENTRY *));
 int     p_login __P((const char *, struct passwd *, ENTRY *));
-int     p_login __P((const char *, struct passwd *, ENTRY *));
 int     p_passwd __P((const char *, struct passwd *, ENTRY *));
 int     p_shell __P((const char *, struct passwd *, ENTRY *));
 int     p_uid __P((const char *, struct passwd *, ENTRY *));



Home | Main Index | Thread Index | Old Index