diff options
Diffstat (limited to 'lib/libedit/hist.c')
-rw-r--r-- | lib/libedit/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c index 601e10272dce..035c6504992b 100644 --- a/lib/libedit/hist.c +++ b/lib/libedit/hist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/hist.c,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $"); /* * hist.c: History access functions |