From owner-freebsd-current Fri Mar 22 5:51:18 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 094F437B417; Fri, 22 Mar 2002 05:51:14 -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 g2MDp6i88003; Fri, 22 Mar 2002 06:51:07 -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 g2MDp5L24958; Fri, 22 Mar 2002 06:51:06 -0700 (MST) (envelope-from imp@village.org) Date: Fri, 22 Mar 2002 06:50:55 -0700 (MST) Message-Id: <20020322.065055.127666480.imp@village.org> To: nnd@mail.nsk.ru, alfred@freebsd.org Cc: current@freebsd.org Subject: Re: cvs commit: src/sys/sys acct.h acl.h bio.h buf.h callout.h conf.h cons.h disk.h disklabel.h diskslice.h domain.h errno.h event.h eventhandler.h exec.h fcntl.h file.h filedesc.h imgact.h imgact_aout.h imgact_elf.h inflate.h interrupt.h ioccom.h ipc.h ... From: "M. Warner Losh" In-Reply-To: <200203220502.g2M52rRq084274@wint.itfs.nsk.su> References: <200203192018.g2JKIk602939@freefall.freebsd.org> <200203220502.g2M52rRq084274@wint.itfs.nsk.su> 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 In message: <200203220502.g2M52rRq084274@wint.itfs.nsk.su> nnd@mail.nsk.ru (Nickolay Dudorov) writes: : In article <200203192018.g2JKIk602939@freefall.freebsd.org> : Alfred Perlstein wrote: : > alfred 2002/03/19 12:18:46 PST : > : > Modified files: : > sys/sys acct.h acl.h bio.h buf.h callout.h conf.h : > cons.h disk.h disklabel.h diskslice.h : > domain.h errno.h event.h eventhandler.h : > exec.h fcntl.h file.h filedesc.h imgact.h : > imgact_aout.h imgact_elf.h inflate.h : > interrupt.h ioccom.h ipc.h jail.h : > kernel.h kthread.h ktrace.h libkern.h : > lockf.h lockmgr.h malloc.h md5.h mman.h : > mount.h msg.h msgbuf.h namei.h param.h : > poll.h proc.h protosw.h queue.h : > regression.h resource.h resourcevar.h : > rtprio.h selinfo.h sem.h shm.h signal.h : > signalvar.h socket.h socketvar.h : > soundcard.h stat.h sysctl.h sysent.h : > syslog.h sysproto.h systm.h termios.h : > time.h timeb.h timepps.h times.h timetc.h : > timex.h tty.h types.h uio.h un.h user.h : > vnode.h wait.h : > Log: : > Remove __P : : At least in the case of 'ioccom.h' this commit breaks : the XFree86-server building in the 'drm/kernel' directory. : : The problem is in the '#define ioctl(a,b,c) xf86ioctl(a,b,c)' : which is used by the XFree86 and the __P somehow makes it possible : to build 'xc/programs/Xserver/hw/xfree86/os-support/bsd/drm/xf86drm.c' : and now it stops here. Yes. That's likely the case. I'd kicked off a build of X11 after alfred did these changes, but it died due to lack of disk space before I got to this point and I let the matter sit there for a while. A patch to X11 will be needed. The OpenBSD folks hit this same problem a few days ago when they removed it and committed patches to their repo to fix this problem. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message