diff options
Diffstat (limited to 'lib/libedit/key.c')
-rw-r--r-- | lib/libedit/key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/key.c b/lib/libedit/key.c index 0b9d05d337b3..0dc6c2849e82 100644 --- a/lib/libedit/key.c +++ b/lib/libedit/key.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)key.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/key.c,v 1.9.12.2 2007/04/03 20:47:25 stefanf Exp $"); /* * key.c: This module contains the procedures for maintaining |