=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sendbug/sendbug.c,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/sendbug/sendbug.c 2007/03/26 01:35:36 1.21 --- src/usr.bin/sendbug/sendbug.c 2007/03/26 05:17:53 1.22 *************** *** 1,4 **** ! /* $OpenBSD: sendbug.c,v 1.21 2007/03/26 01:35:36 deraadt Exp $ */ /* * Written by Ray Lai . --- 1,4 ---- ! /* $OpenBSD: sendbug.c,v 1.22 2007/03/26 05:17:53 ray Exp $ */ /* * Written by Ray Lai . *************** *** 194,202 **** 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); } --- 194,199 ----