diff options
Diffstat (limited to 'lib/libedit/sig.c')
-rw-r--r-- | lib/libedit/sig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c index e720a46502f..c8f04e9925b 100644 --- a/lib/libedit/sig.c +++ b/lib/libedit/sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sig.c,v 1.7 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: sig.c,v 1.8 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: sig.c,v 1.3 1997/04/11 17:52:48 christos Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: sig.c,v 1.7 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: sig.c,v 1.8 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ |