summaryrefslogtreecommitdiff
path: root/usr.bin/telnet/misc.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:00:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-10-28 00:00:00 +0000
commitd6f987883e262363e2689803a36a7c32736476cc (patch)
tree1158893c08ead8fccdd4ac523d3492f68c4c1cda /usr.bin/telnet/misc.c
parent94ea65f5c4b7bedff1d6c9caca5363f926955d43 (diff)
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
Diffstat (limited to 'usr.bin/telnet/misc.c')
-rw-r--r--usr.bin/telnet/misc.c6
1 files changed, 0 insertions, 6 deletions
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>