From owner-freebsd-current Fri Mar 22 9: 8:19 2002 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id C4BD137B417 for ; Fri, 22 Mar 2002 09:08:15 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id g2MH8Bi88899 for ; Fri, 22 Mar 2002 10:08:12 -0700 (MST) (envelope-from imp@village.org) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id g2MH8AL26145 for ; Fri, 22 Mar 2002 10:08:10 -0700 (MST) (envelope-from imp@village.org) Date: Fri, 22 Mar 2002 10:08:05 -0700 (MST) Message-Id: <20020322.100805.81894785.imp@village.org> To: current@freebsd.org Subject: X11 breakage From: "M. Warner Losh" X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 __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