diff options
Diffstat (limited to 'lib/libedit/chared.c')
-rw-r--r-- | lib/libedit/chared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c index ffaaaa77d0ae..e1a09075915d 100644 --- a/lib/libedit/chared.c +++ b/lib/libedit/chared.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/chared.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * chared.c: Character editor utilities |