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 7643f3d75d5d..99107f5dafe9 100644 --- a/lib/libedit/key.c +++ b/lib/libedit/key.c @@ -40,7 +40,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 2002/12/30 21:18:03 schweikh Exp $"); /* * key.c: This module contains the procedures for maintaining |