Use SIGCHLD rather than SIGCLD.
authorJon Trulson <jon@radscan.com>
Thu, 9 Aug 2012 18:24:56 +0000 (12:24 -0600)
committerJon Trulson <jon@radscan.com>
Thu, 9 Aug 2012 18:24:56 +0000 (12:24 -0600)
commit686bcfadc73563ec3505ee8bb4c2be8f4c6f83ec
tree9289ba76f2fec77756836bc6eeec0aea14d0cbff
parent0d2f7866ac676ab0f3c8ac3eabcec06f580a9d62
Use SIGCHLD rather than SIGCLD.

Patch from Pascal Stumpf <Pascal.Stumpf@cubes.de>

The official POSIX name for this signal is SIGCHLD.  Linux probably
has SIGCLD only for SysV compatibility, but BSD does not.
cde/programs/dtexec/Main.c
cde/programs/dtpad/main.c
cde/programs/dtpdmd/dtpdmd.c
cde/programs/dtpdmd/records.c
cde/programs/dtsession/SmRestore.c
cde/programs/dtwm/WmFunction.c
cde/programs/dtwm/WmResParse.c