Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/login Happy New Year!



details:   https://anonhg.NetBSD.org/src/rev/8155a07bbd48
branches:  trunk
changeset: 520017:8155a07bbd48
user:      perry <perry%NetBSD.org@localhost>
date:      Tue Jan 01 09:27:53 2002 +0000

description:
Happy New Year!

diffstat:

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

diffs (27 lines):

diff -r 19ccec777689 -r 8155a07bbd48 usr.bin/login/login.c
--- a/usr.bin/login/login.c     Tue Jan 01 09:17:28 2002 +0000
+++ b/usr.bin/login/login.c     Tue Jan 01 09:27:53 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: login.c,v 1.64 2001/01/16 02:50:29 cgd Exp $       */
+/*     $NetBSD: login.c,v 1.65 2002/01/01 09:27:53 perry 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.64 2001/01/16 02:50:29 cgd Exp $");
+__RCSID("$NetBSD: login.c,v 1.65 2002/01/01 09:27:53 perry Exp $");
 #endif /* not lint */
 
 /*
@@ -161,7 +161,7 @@
 char   term[64], *envinit[1], *hostname, *username, *tty;
 
 static const char copyrightstr[] = "\
-Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001\n\
+Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002\n\
 \tThe NetBSD Foundation, Inc.  All rights reserved.\n\
 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994\n\
 \tThe Regents of the University of California.  All rights reserved.\n\n";



Home | Main Index | Thread Index | Old Index