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 8efb35d3be477..d7d70f871f6e5 100644 --- a/lib/libedit/chared.c +++ b/lib/libedit/chared.c @@ -40,7 +40,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 2001/10/01 23:00:28 obrien Exp $"); /* * chared.c: Character editor utilities |