diff options
Diffstat (limited to 'lib/libedit/history.c')
-rw-r--r-- | lib/libedit/history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/history.c b/lib/libedit/history.c index b9a3a474aef74..d273dd602eed9 100644 --- a/lib/libedit/history.c +++ b/lib/libedit/history.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/history.c,v 1.7.8.1 2006/01/09 18:02:39 stefanf Exp $"); /* * hist.c: History access functions |