summaryrefslogtreecommitdiff
path: root/bin/csh/csh.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/csh.c')
-rw-r--r--bin/csh/csh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/csh/csh.c b/bin/csh/csh.c
index 2b16b599811..cd3b7c3e878 100644
--- a/bin/csh/csh.c
+++ b/bin/csh/csh.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: csh.c,v 1.2 1996/06/23 14:19:16 deraadt Exp $ */
/* $NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93";
#else
-static char rcsid[] = "$NetBSD: csh.c,v 1.14 1995/04/29 23:21:28 mycroft Exp $";
+static char rcsid[] = "$OpenBSD: csh.c,v 1.2 1996/06/23 14:19:16 deraadt Exp $";
#endif
#endif /* not lint */