Re: X11 breakage

2002-03-22 Thread Bruce Evans
On Fri, 22 Mar 2002, Garrett Wollman wrote: > < said: > > > -intioctl(int, unsigned long, ...); > > +intioctl __P((int, unsigned long, ...)); > > int (ioctl)(int, unsigned long, ...); > > is the ISO-sanctioned way. It is just a more robust hack when used in system headers:

X11 breakage

2002-03-22 Thread M. Warner Losh
I'm building world/X11 this afternoon with the following "fix" to the X11 problem. It isn't so much of a fix as a tactical retreat until a real fix can happen. Warner Index: ioccom.h === RCS file: /cache/ncvs/src/sys/sys/ioccom.h,v