Date: Fri, 22 Mar 2002 06:50:55 -0700 (MST) From: "M. Warner Losh" <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 ... Message-ID: <20020322.065055.127666480.imp@village.org> In-Reply-To: <200203220502.g2M52rRq084274@wint.itfs.nsk.su> References: <200203192018.g2JKIk602939@freefall.freebsd.org> <200203220502.g2M52rRq084274@wint.itfs.nsk.su>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200203220502.g2M52rRq084274@wint.itfs.nsk.su> nnd@mail.nsk.ru (Nickolay Dudorov) writes: : In article <200203192018.g2JKIk602939@freefall.freebsd.org> : Alfred Perlstein <alfred@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020322.065055.127666480.imp>