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 ffaaaa77d0aef..4c349c09cda58 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.8.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); /* * chared.c: Character editor utilities |