Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 10:08:05 -0700 (MST)
From:      "M. Warner Losh" <imp@village.org>
To:        current@freebsd.org
Subject:   X11 breakage
Message-ID:  <20020322.100805.81894785.imp@village.org>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322.100805.81894785.imp>