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 ...

YONETANI Tomokazu qhwt+dfly at les.ath.cx
Thu Jul 27 22:31:08 PDT 2006


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.





More information about the Commits mailing list