MFp4 @1189141:

Change casperd's zygote process title.

MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2013-12-15 22:59:34 +00:00
parent 518eeaeeca
commit 36492dd3f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259431

View File

@ -122,6 +122,8 @@ zygote_main(int sock)
assert(sock > STDERR_FILENO);
setproctitle("zygote");
if (pjdlog_mode_get() != PJDLOG_MODE_STD)
stdnull();
for (fd = STDERR_FILENO + 1; fd < sock; fd++)