summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-03-04 02:21:12 +0000
committereadler <eadler@FreeBSD.org>2013-03-04 02:21:12 +0000
commit8f1c733aff0017da90fc3540141effc306d8f6a0 (patch)
tree4bb8437b6b303270c2fdd6211f4179ecdaee5d6b /sbin
parent707e0c270aebac8ef4c74bcb4c2926332c7a232f (diff)
downloadFreeBSD-src-8f1c733aff0017da90fc3540141effc306d8f6a0.zip
FreeBSD-src-8f1c733aff0017da90fc3540141effc306d8f6a0.tar.gz
devd: Remove call to _exit() from signal handler, which also sets a stop flag.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> Approved by: cperciva (mentor)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/devd.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc
index 08fcb73..2e8d2c1 100644
--- a/sbin/devd/devd.cc
+++ b/sbin/devd/devd.cc
@@ -1077,7 +1077,6 @@ static void
gensighand(int)
{
romeo_must_die = 1;
- _exit(0);
}
static void
OpenPOWER on IntegriCloud