diff options
Diffstat (limited to 'bin/csh/const.c')
-rw-r--r-- | bin/csh/const.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/csh/const.c b/bin/csh/const.c index c45e6d16691..27375771b55 100644 --- a/bin/csh/const.c +++ b/bin/csh/const.c @@ -1,3 +1,4 @@ +/* $OpenBSD: const.c,v 1.2 1996/06/23 14:19:13 deraadt Exp $ */ /* $NetBSD: const.c,v 1.6 1995/03/21 09:02:31 cgd Exp $ */ /*- @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)const.c 8.1 (Berkeley) 5/31/93"; #else -static char rcsid[] = "$NetBSD: const.c,v 1.6 1995/03/21 09:02:31 cgd Exp $"; +static char rcsid[] = "$OpenBSD: const.c,v 1.2 1996/06/23 14:19:13 deraadt Exp $"; #endif #endif /* not lint */ |