diff options
Diffstat (limited to 'lib/libedit/sig.c')
-rw-r--r-- | lib/libedit/sig.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c index 28ce610b0fe..58a62eabe4f 100644 --- a/lib/libedit/sig.c +++ b/lib/libedit/sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sig.c,v 1.10 2003/10/31 08:42:24 otto Exp $ */ +/* $OpenBSD: sig.c,v 1.11 2009/10/27 23:59:28 deraadt Exp $ */ /* $NetBSD: sig.c,v 1.11 2003/08/07 16:44:33 agc Exp $ */ /*- @@ -34,13 +34,6 @@ */ #include "config.h" -#if !defined(lint) && !defined(SCCSID) -#if 0 -static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = "$OpenBSD: sig.c,v 1.10 2003/10/31 08:42:24 otto Exp $"; -#endif -#endif /* not lint && not SCCSID */ /* * sig.c: Signal handling stuff. |