diff options
Diffstat (limited to 'lib/libedit/tty.c')
-rw-r--r-- | lib/libedit/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c index e2b99327ea964..b0e8d85ee0a30 100644 --- a/lib/libedit/tty.c +++ b/lib/libedit/tty.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/tty.c,v 1.7.14.1 2005/10/09 03:44:01 delphij Exp $"); /* * tty.c: tty interface stuff |