diff options
Diffstat (limited to 'bin/sh/trap.c')
-rw-r--r-- | bin/sh/trap.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/trap.c b/bin/sh/trap.c index 94d6d7c..b21928f 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -32,12 +32,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: trap.c,v 1.9 1997/11/05 23:33:58 ache Exp $ */ #ifndef lint -static char const sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; +#if 0 +static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include <signal.h> |