Re: [cdesktopenv-devel] SIGCLD -> SIGCHLD

2012-08-09 Thread Jon Trulson
On Thu, 9 Aug 2012, Pascal Stumpf wrote: > The official POSIX name for this signal is SIGCHLD. Linux probably has > SIGCLD only for SysV compatibility, but BSD does not. > Applied, thanks! [...] -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too

Re: [cdesktopenv-devel] SIGCLD -> SIGCHLD

2012-08-09 Thread Marc Balmer
Am 09.08.12 10:36, schrieb Pascal Stumpf: > The official POSIX name for this signal is SIGCHLD. Linux probably has > SIGCLD only for SysV compatibility, but BSD does not. On Linux, SIGCLD is a synonym for SIGCHLD; if signal(7) can be trusted, only for mips. definitely this should be changed to S

[cdesktopenv-devel] SIGCLD -> SIGCHLD

2012-08-09 Thread Pascal Stumpf
The official POSIX name for this signal is SIGCHLD. Linux probably has SIGCLD only for SysV compatibility, but BSD does not. diff --git a/cde/programs/dtexec/Main.c b/cde/programs/dtexec/Main.c index a062203..3c359f0 100644 --- a/cde/programs/dtexec/Main.c +++ b/cde/programs/dtexec/Main.c @@ -53