Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/login Don't declare login here. It is declared in <u...



details:   https://anonhg.NetBSD.org/src/rev/03f416251f2a
branches:  trunk
changeset: 473686:03f416251f2a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 15 14:19:53 1999 +0000

description:
Don't declare login here. It is declared in <util.h>

diffstat:

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

diffs (27 lines):

diff -r 4411068f1fc5 -r 03f416251f2a usr.bin/login/login.c
--- a/usr.bin/login/login.c     Tue Jun 15 12:14:08 1999 +0000
+++ b/usr.bin/login/login.c     Tue Jun 15 14:19:53 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: login.c,v 1.42 1999/01/11 20:20:54 kim Exp $       */
+/*     $NetBSD: login.c,v 1.43 1999/06/15 14:19:53 christos Exp $       */
 
 /*-
  * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)login.c    8.4 (Berkeley) 4/2/94";
 #endif
-__RCSID("$NetBSD: login.c,v 1.42 1999/01/11 20:20:54 kim Exp $");
+__RCSID("$NetBSD: login.c,v 1.43 1999/06/15 14:19:53 christos Exp $");
 #endif /* not lint */
 
 /*
@@ -102,8 +102,6 @@
 void    dofork __P((void));
 #endif
 
-extern void login __P((struct utmp *));
-
 #define        TTYGRPNAME      "tty"           /* name of group to own ttys */
 
 /*



Home | Main Index | Thread Index | Old Index