diff options
Diffstat (limited to 'lib/libedit/sig.c')
-rw-r--r-- | lib/libedit/sig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c index a895aeabb1583..6acbc7a227b12 100644 --- a/lib/libedit/sig.c +++ b/lib/libedit/sig.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libedit/sig.c,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $"); /* * sig.c: Signal handling stuff. |