Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3e09e978
...
3e09e9781889469eac4d8ed080ecd7d60c69b4f7
authored
2002-11-08 15:57:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed indentation
1 parent
470d88d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
imap4d/signal.c
imap4d/signal.c
View file @
3e09e97
...
...
@@ -25,7 +25,7 @@ imap4d_sigchld (int signo)
pid_t
pid
;
int
status
;
while
(
(
pid
=
waitpid
(
-
1
,
&
status
,
WNOHANG
))
>
0
)
while
(
(
pid
=
waitpid
(
-
1
,
&
status
,
WNOHANG
))
>
0
)
--
children
;
#ifndef HAVE_SIGACTION
/* On some system, signal implements the unreliable semantic and
...
...
@@ -57,8 +57,5 @@ imap4d_signal (int signo)
default:
imap4d_bye
(
ERR_SIGNAL
);
}
}
}
...
...
Please
register
or
sign in
to post a comment