diff options
Diffstat (limited to 'bin/sh/histedit.c')
-rw-r--r-- | bin/sh/histedit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 3213fe5ba7d..49d2ddb978c 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -1,3 +1,4 @@ +/* $OpenBSD: histedit.c,v 1.2 1996/06/23 14:21:15 deraadt Exp $ */ /* $NetBSD: histedit.c,v 1.8 1995/05/11 21:29:12 christos Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95"; #else -static char rcsid[] = "$NetBSD: histedit.c,v 1.8 1995/05/11 21:29:12 christos Exp $"; +static char rcsid[] = "$OpenBSD: histedit.c,v 1.2 1996/06/23 14:21:15 deraadt Exp $"; #endif #endif /* not lint */ |