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 76b3b076d8118..a5b5122e51327 100644 --- a/lib/libedit/history.c +++ b/lib/libedit/history.c @@ -36,7 +36,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.9 2007/03/11 21:47:39 stefanf Exp $"); /* * hist.c: History access functions |