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