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)
This commit is contained in:
Eitan Adler 2013-03-04 02:21:12 +00:00
parent fcdcaa8807
commit 4efceb186c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247755

View File

@ -1077,7 +1077,6 @@ static void
gensighand(int)
{
romeo_must_die = 1;
_exit(0);
}
static void