Modern BSDs don't need union wait
authorMarcin Cieslak <saper@saper.info>
Wed, 15 Aug 2012 17:46:02 +0000 (19:46 +0200)
committerJon Trulson <jon@radscan.com>
Wed, 15 Aug 2012 21:58:48 +0000 (15:58 -0600)
commitce4004f86b82d464f701e429c8f2d74067320c5e
tree673aa18dad66631e308be1ca55c50650666d8a6f
parenta35975a334e5d6b03103b1ccb47791a1a6b3a69f
Modern BSDs don't need union wait

We have

pid_t
wait3(int *status, int options, struct rusage *rusage);

on FreeBSD and we don't need (union wait) handling.

Another good candidate for one #ifdef from imake templates.
We have already OPT_BSD_WAIT in ToolTalk's tt_options.h
cde/programs/dtudcexch/exportbdf.c
cde/programs/dtudcfonted/dtaddcpf/addcpf.c
cde/programs/dtudcfonted/dtcpftogpf/cpftogpf.c
cde/programs/dtudcfonted/libfuty/getfname.c
cde/programs/dtudcfonted/libfuty/oakfuty.c