DragonFly BSD
DragonFly commits List (threaded) for 2006-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/bus/cam cam_xpt.c src/sys/bus/cam/scsi scsi_cd.c scsi_ch.c scsi_da.c scsi_pass.c scsi_pt.c scsi_sa.c scsi_ses.c scsi_target.c src/sys/bus/firewire firewirereg.h fwdev.c fwmem.c fwmem.h fwohci.c src/sys/bus/iicbus iic.c ...


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Jul 2006 23:22:17 -0700 (PDT)

:
:Hi,
:On Thu, Jul 27, 2006 at 07:17:41PM -0700, Matthew Dillon wrote:
:> http://www.dragonflybsd.org/cvsweb/src/sys/sys/conf.h.diff?r1=1.10&r2=1.11&f=u
:> http://www.dragonflybsd.org/cvsweb/src/sys/sys/device.h.diff?r1=1.5&r2=1.6&f=u
:
:Since you moved D_* flags into <sys/device.h>, any userland applications
:that do ioctl(fd, FIODTYPE, &type) need to be modified to include
:<sys/device.h> instead of (or in addition to) <sys/conf.h>.
:Apparently bin/dd is only such application in the base system.
:
:Cheers.

    Hmm.  Those flags are supposed to be internal to the kernel.  I didn't
    even know such an ioctl existed!

    I think we'll just adjust dd to include device.h for now and see
    if we hit any more issues with pkgsrc builds over the next week or
    two.  If we do I guess I can move the #define's back.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]