DEVFS - move devfs headers to sys/sys; fix consumers
authorAlex Hornung <ahornung@gmail.com>
Mon, 17 Aug 2009 07:24:14 +0000 (08:24 +0100)
committerAlex Hornung <ahornung@gmail.com>
Mon, 17 Aug 2009 09:16:16 +0000 (10:16 +0100)
commit2c1e28dd9d6598fe4fc7da9abe7173b1a057e1e6
tree4d07521153ca08cb54eeefa5d2813ecc0f3e470e
parent260e4e8b8ab44d235434bf13dbf9fcf08dcc13bd
DEVFS - move devfs headers to sys/sys; fix consumers

* Move devfs.h and devfs_rules.h from sys/vfs/devfs/ to sys/sys/

* Fix all consumers of the devfs headers to use the new path
23 files changed:
sbin/mount_devfs/mount_devfs.c
sys/bus/cam/scsi/scsi_target.c
sys/dev/disk/vn/vn.c
sys/dev/misc/snp/snp.c
sys/dev/serial/sio/sio.c
sys/kern/kern_conf.c
sys/kern/kern_device.c
sys/kern/subr_disk.c
sys/kern/subr_diskslice.c
sys/kern/tty_pty.c
sys/kern/vfs_conf.c
sys/net/bpf.c
sys/net/tap/if_tap.c
sys/net/tun/if_tun.c
sys/netproto/smb/smb_dev.c
sys/sys/devfs.h [moved from sys/vfs/devfs/devfs.h with 99% similarity]
sys/sys/devfs_rules.h [moved from sys/vfs/devfs/devfs_rules.h with 95% similarity]
sys/vfs/devfs/devfs_core.c
sys/vfs/devfs/devfs_helper.c
sys/vfs/devfs/devfs_rules.c
sys/vfs/devfs/devfs_vfsops.c
sys/vfs/devfs/devfs_vnops.c
usr.sbin/devfsctl/devfsctl.c