From owner-freebsd-current Thu Mar 21 21: 3: 0 2002 Delivered-To: freebsd-current@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id 52BF937B400 for ; Thu, 21 Mar 2002 21:02:56 -0800 (PST) Received: from wint.itfs.nsk.su (localhost [127.0.0.1]) by wint.itfs.nsk.su (8.12.2/8.12.2) with ESMTP id g2M52si5084275 for ; Fri, 22 Mar 2002 11:02:54 +0600 (NOVT) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.12.2/8.12.2/Submit) id g2M52rRq084274; Fri, 22 Mar 2002 11:02:53 +0600 (NOVT) Date: Fri, 22 Mar 2002 11:02:53 +0600 (NOVT) Message-Id: <200203220502.g2M52rRq084274@wint.itfs.nsk.su> From: nnd@mail.nsk.ru (Nickolay Dudorov) To: 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 ... In-Reply-To: <200203192018.g2JKIk602939@freefall.freebsd.org> User-Agent: tin/1.5.12-20020311 ("Toxicity") (UNIX) (FreeBSD/5.0-CURRENT (i386)) 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 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. N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message