Bruce Evans wrote:
> On Sun, 15 Oct 2000, Steven G. Kargl wrote:
> 
> > There is another patch needed in libdialog.
> 
> No patches are needed in applications; endian.h should be unbroken.
> 
> However, including endian.h directly seems to be a bug.  endian.h is not
> documented in any section 3 man page.  The documented interface is to
> include <sys/param.h>, although including <sys/types.h> is sufficient.
> 

Bruce,

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.

-- 
Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to