Source-Changes-HG archive

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

[src/trunk]: src/libexec/telnetd Put the RCS ID in the correct place.



details:   https://anonhg.NetBSD.org/src/rev/7b20e405020a
branches:  trunk
changeset: 474551:7b20e405020a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jul 11 03:00:07 1999 +0000

description:
Put the RCS ID in the correct place.

diffstat:

 libexec/telnetd/telnetd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b7eef69aec7b -r 7b20e405020a libexec/telnetd/telnetd.c
--- a/libexec/telnetd/telnetd.c Sun Jul 11 02:06:57 1999 +0000
+++ b/libexec/telnetd/telnetd.c Sun Jul 11 03:00:07 1999 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: telnetd.c,v 1.17 1999/07/11 03:00:07 thorpej Exp $     */
+
 /*
  * Copyright (C) 1997 and 1998 WIDE Project.
  * All rights reserved.
@@ -27,8 +29,6 @@
  * SUCH DAMAGE.
  */
 
-/*     $NetBSD: telnetd.c,v 1.16 1999/07/02 06:32:08 itojun Exp $      */
-
 /*
  * Copyright (c) 1989, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -69,7 +69,7 @@
 #if 0
 static char sccsid[] = "@(#)telnetd.c  8.4 (Berkeley) 5/30/95";
 #else
-__RCSID("$NetBSD: telnetd.c,v 1.16 1999/07/02 06:32:08 itojun Exp $");
+__RCSID("$NetBSD: telnetd.c,v 1.17 1999/07/11 03:00:07 thorpej Exp $");
 #endif
 #endif /* not lint */
 



Home | Main Index | Thread Index | Old Index