From owner-cvs-all Fri Mar 22 14:36:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 488AC37B421; Fri, 22 Mar 2002 14:36:23 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2MMaNk37863; Fri, 22 Mar 2002 14:36:23 -0800 (PST) (envelope-from imp) Message-Id: <200203222236.g2MMaNk37863@freefall.freebsd.org> From: Warner Losh Date: Fri, 22 Mar 2002 14:36:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys ioccom.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/03/22 14:36:23 PST Modified files: sys/sys ioccom.h Log: Use int (ioctl)(...) rather than int ioctl(...) so that ioctl can be defined as a macro w/o messing things up. This is really an abuse and we will back this out as soon as the abusers have been fixed. Add a comment to this effect. With this change, the XFree86-4 port now builds. Revision Changes Path 1.11 +6 -1 src/sys/sys/ioccom.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message