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..2e75d4bf16bf0 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.12.1 2010/02/10 00:26:20 kensmith Exp $"); /* * chared.c: Character editor utilities |