diff options
Diffstat (limited to 'bin/sh/histedit.c')
-rw-r--r-- | bin/sh/histedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 798118b90a61..1b6d42fc6ad6 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/histedit.c,v 1.12.2.1 1999/08/29 14:13:44 peter Exp $"; #endif /* not lint */ #include <sys/param.h> |