Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2002 11:02:53 +0600 (NOVT)
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 ...
Message-ID:  <200203220502.g2M52rRq084274@wint.itfs.nsk.su>
In-Reply-To: <200203192018.g2JKIk602939@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

	N.Dudorov


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?200203220502.g2M52rRq084274>