summaryrefslogtreecommitdiffstats
path: root/lib/libedit/TEST/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit/TEST/test.c')
-rw-r--r--lib/libedit/TEST/test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c
index f0ae4ebc97e..646b2355194 100644
--- a/lib/libedit/TEST/test.c
+++ b/lib/libedit/TEST/test.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: test.c,v 1.3 1997/01/16 05:18:55 millert Exp $ */
+
/*-
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
@@ -41,7 +43,11 @@ static char copyright[] =
#endif /* not lint */
#if !defined(lint) && !defined(SCCSID)
+#if 0
static char sccsid[] = "@(#)test.c 8.1 (Berkeley) 6/4/93";
+#else
+static char rcsid[] = "$OpenBSD: test.c,v 1.3 1997/01/16 05:18:55 millert Exp $";
+#endif
#endif /* not lint && not SCCSID */
/*