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
retrieving revision 1.10
diff -u -r1.10 ioccom.h
--- ioccom.h    19 Mar 2002 20:18:36 -0000      1.10
+++ ioccom.h    22 Mar 2002 16:56:36 -0000
@@ -67,7 +67,7 @@
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-int    ioctl(int, unsigned long, ...);
+int    ioctl __P((int, unsigned long, ...));
 __END_DECLS
 
 #endif

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

Reply via email to