diff options
Diffstat (limited to 'lib/libedit/term.c')
-rw-r--r-- | lib/libedit/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/term.c b/lib/libedit/term.c index eeadca07beb9b..81c1ee41a64cb 100644 --- a/lib/libedit/term.c +++ b/lib/libedit/term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)term.c 8.2 (Berkeley) 4/30/95"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/term.c,v 1.16.14.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * term.c: Editor/termcap-curses interface |