On Mon, 16 Oct 2000, Bruce Evans wrote:
> On Sun, 15 Oct 2000, Steve Kargl wrote:
>
> > Actually, in this case the endian.h change exposed a bug
> > if the wait(2) manpage is correct. In particular, <sys/types.h>
> > is required to occur before <sys/wait.h>, which was missing in
> > libdialog/prgbox.c and libc_r/uthread/uthread_wait4.c.
>
> It is strictly correct for POSIX.1-1990, but FreeBSD-2 never had the
> requirement until now. POSIX.1-200x is relaxing similar requirements
> (I'm not sure about this one), so it is too late to start enforcing it.
>
Perhaps a good fix would be to include <sys/types.h> in endian.h so that
the world will again build properly? Just a suggestion.
Regards,
Tony.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message