summaryrefslogtreecommitdiff
path: root/usr.bin/telnet
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/telnet')
-rw-r--r--usr.bin/telnet/auth.c7
-rw-r--r--usr.bin/telnet/genget.c8
-rw-r--r--usr.bin/telnet/getent.c6
-rw-r--r--usr.bin/telnet/main.c8
-rw-r--r--usr.bin/telnet/misc.c6
5 files changed, 3 insertions, 32 deletions
diff --git a/usr.bin/telnet/auth.c b/usr.bin/telnet/auth.c
index 801771e0eb7..3d787b1f34f 100644
--- a/usr.bin/telnet/auth.c
+++ b/usr.bin/telnet/auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.c,v 1.1 2005/05/24 03:43:56 deraadt Exp $ */
+/* $OpenBSD: auth.c,v 1.2 2009/10/27 23:59:44 deraadt Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -29,11 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-/* from: static char sccsid[] = "@(#)auth.c 8.3 (Berkeley) 5/30/95" */
-/* from: static char *rcsid = "$NetBSD: auth.c,v 1.5 1996/02/24 01:15:17 jtk Exp $"; */
-#endif /* not lint */
-
/*
* This source code is no longer held under any constraint of USA
* `cryptographic laws' since it was exported legally. The cryptographic
diff --git a/usr.bin/telnet/genget.c b/usr.bin/telnet/genget.c
index 5f7a8ce4351..6a04d249a8b 100644
--- a/usr.bin/telnet/genget.c
+++ b/usr.bin/telnet/genget.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: genget.c,v 1.1 2005/05/24 03:43:56 deraadt Exp $ */
+/* $OpenBSD: genget.c,v 1.2 2009/10/27 23:59:44 deraadt Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -29,12 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-/* from: static char sccsid[] = "@(#)genget.c 8.2 (Berkeley) 5/30/95"; */
-/* from: static char *rcsid = "$NetBSD: genget.c,v 1.5 1996/02/24 01:15:21 jtk Exp $"; */
-static char *rcsid = "$OpenBSD: genget.c,v 1.1 2005/05/24 03:43:56 deraadt Exp $";
-#endif /* not lint */
-
/* $KTH: genget.c,v 1.6 1997/05/04 09:01:34 assar Exp $ */
#include <ctype.h>
diff --git a/usr.bin/telnet/getent.c b/usr.bin/telnet/getent.c
index d853b22a37d..60ed439a3ac 100644
--- a/usr.bin/telnet/getent.c
+++ b/usr.bin/telnet/getent.c
@@ -27,12 +27,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-/* from: static char sccsid[] = "@(#)getent.c 8.2 (Berkeley) 12/15/93"; */
-/* from: static char *rcsid = "$NetBSD: getent.c,v 1.5 1996/02/24 01:15:22 jtk Exp $"; */
-static char *rcsid = "$OpenBSD: getent.c,v 1.2 2003/06/03 02:56:18 millert Exp $";
-#endif /* not lint */
-
#include <stdlib.h>
#include "misc-proto.h"
diff --git a/usr.bin/telnet/main.c b/usr.bin/telnet/main.c
index 1be8ae748a8..7c78d6f8c76 100644
--- a/usr.bin/telnet/main.c
+++ b/usr.bin/telnet/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.18 2009/08/06 22:51:52 sobrado Exp $ */
+/* $OpenBSD: main.c,v 1.19 2009/10/27 23:59:44 deraadt Exp $ */
/* $NetBSD: main.c,v 1.5 1996/02/28 21:04:05 thorpej Exp $ */
/*
@@ -30,12 +30,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1988, 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
#include "telnet_locl.h"
/* These values need to be the same as defined in libtelnet/kerberos5.c */
diff --git a/usr.bin/telnet/misc.c b/usr.bin/telnet/misc.c
index 291f8e532f2..215ccc8c911 100644
--- a/usr.bin/telnet/misc.c
+++ b/usr.bin/telnet/misc.c
@@ -27,12 +27,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-/* from: static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/4/93"; */
-/* from: static char rcsid[] = "$NetBSD: misc.c,v 1.5 1996/02/24 01:15:25 jtk Exp $"; */
-static char rcsid[] = "$OpenBSD: misc.c,v 1.1 2005/05/24 03:43:56 deraadt Exp $";
-#endif /* not lint */
-
/* $KTH: misc.c,v 1.15 2000/01/25 23:24:58 assar Exp $ */
#include <stdio.h>