OpenBSD patches for dtpdmd and dtprintinfo.
Casts, #ifdefs, SIGCLD ...
This commit is contained in:
committed by
Jon Trulson
parent
d418376944
commit
76984653b4
@@ -425,7 +425,7 @@ void mgr_launch_pdm( XpPdmServiceRec *rec )
|
||||
sigemptyset(&svec.sa_mask);
|
||||
svec.sa_flags = 0;
|
||||
svec.sa_handler = SIG_DFL;
|
||||
(void) sigaction(SIGCLD, &svec, (struct sigaction *) NULL);
|
||||
(void) sigaction(SIGCHLD, &svec, (struct sigaction *) NULL);
|
||||
|
||||
for (i=3; i < FOPEN_MAX; i++) {
|
||||
if ((i != rec->message_pipe[1]) &&
|
||||
|
||||
Reference in New Issue
Block a user