diff options
Diffstat (limited to 'usr.bin/sendbug/sendbug.c')
-rw-r--r-- | usr.bin/sendbug/sendbug.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/sendbug/sendbug.c b/usr.bin/sendbug/sendbug.c index 73cb0487d99..d000c55eddf 100644 --- a/usr.bin/sendbug/sendbug.c +++ b/usr.bin/sendbug/sendbug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sendbug.c,v 1.21 2007/03/26 01:35:36 deraadt Exp $ */ +/* $OpenBSD: sendbug.c,v 1.22 2007/03/26 05:17:53 ray Exp $ */ /* * Written by Ray Lai <ray@cyth.net>. @@ -194,9 +194,6 @@ editit(char *tmpfile) return (-1); } if (pid == 0) { - (void)signal(SIGHUP, SIG_DFL); - (void)signal(SIGINT, SIG_DFL); - (void)signal(SIGQUIT, SIG_DFL); execv(_PATH_BSHELL, argp); _exit(127); } |