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. Bruce To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- more endian.h breakage; patch included. Steven G. Kargl
- Re: more endian.h breakage; patch included. Bruce Evans
- Re: more endian.h breakage; patch included. Steve Kargl
- Re: more endian.h breakage; patch included... Bruce Evans
- Re: more endian.h breakage; patch incl... Tony Fleisher
- Re: more endian.h breakage; patch incl... Garrett Wollman
- Re: more endian.h breakage; patch included. Brian Somers
- Re: more endian.h breakage; patch included... Bruce Evans
- Re: more endian.h breakage; patch incl... Brian Somers
- Re: more endian.h breakage; patch... Bruce Evans
- platform byte order macros? Konstantin Chuguev
- Re: platform byte order m... Bruce Evans
- Re: platform byte order m... Ruslan Ermilov
- Re: platform byte order m... Mike Smith