summaryrefslogtreecommitdiffstats
path: root/lib/libedit/TEST/test.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
committerderaadt <deraadt@openbsd.org>2009-10-27 23:59:19 +0000
commit043fbe51c197dbbcd422e917b65f765d8b5f8874 (patch)
treef40397532477c8cfb47b06e970b2b31312cba698 /lib/libedit/TEST/test.c
parentusing the rcsid is silly (diff)
downloadwireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.tar.xz
wireguard-openbsd-043fbe51c197dbbcd422e917b65f765d8b5f8874.zip
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 'lib/libedit/TEST/test.c')
-rw-r--r--lib/libedit/TEST/test.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c
index 03e3d237db3..a4f61e331e0 100644
--- a/lib/libedit/TEST/test.c
+++ b/lib/libedit/TEST/test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: test.c,v 1.7 2005/05/22 05:45:35 otto Exp $ */
+/* $OpenBSD: test.c,v 1.8 2009/10/27 23:59:28 deraadt Exp $ */
/* $NetBSD: test.c,v 1.13 2003/08/07 16:44:35 agc Exp $ */
/*-
@@ -34,18 +34,6 @@
*/
#include "config.h"
-#ifndef lint
-//__COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\
-// The Regents of the University of California. All rights reserved.\n");
-#endif /* not lint */
-
-#if !defined(lint) && !defined(SCCSID)
-#if 0
-static char sccsid[] = "@(#)test.c 8.1 (Berkeley) 6/4/93";
-#else
-static const char *rcsid = "$OpenBSD: test.c,v 1.7 2005/05/22 05:45:35 otto Exp $";
-#endif
-#endif /* not lint && not SCCSID */
/*
* test.c: A little test program