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 76b3b076d811..4c90e320a87b 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.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * hist.c: History access functions |