From ef4d58572f66f86a3db4aa555d139fee63cca10c Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 12 Sep 2004 04:51:32 +0000 Subject: Don't try to catch SIGSTOP... --- worms/worms.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'worms') diff --git a/worms/worms.c b/worms/worms.c index 42423319..88fc47a5 100644 --- a/worms/worms.c +++ b/worms/worms.c @@ -1,4 +1,4 @@ -/* $NetBSD: worms.c,v 1.15 2004/03/29 20:30:03 hubertf Exp $ */ +/* $NetBSD: worms.c,v 1.16 2004/09/12 04:51:32 christos Exp $ */ /* * Copyright (c) 1980, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)worms.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: worms.c,v 1.15 2004/03/29 20:30:03 hubertf Exp $"); +__RCSID("$NetBSD: worms.c,v 1.16 2004/09/12 04:51:32 christos Exp $"); #endif #endif /* not lint */ @@ -270,7 +270,6 @@ main(argc, argv) (void)signal(SIGHUP, onsig); (void)signal(SIGINT, onsig); (void)signal(SIGQUIT, onsig); - (void)signal(SIGSTOP, onsig); (void)signal(SIGTSTP, onsig); (void)signal(SIGTERM, onsig); -- cgit v1.2.3