]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When compiling the kernel do not implicitly include filedesc.h from proc.h,
authoralfred <alfred@FreeBSD.org>
Wed, 1 Jan 2003 01:56:19 +0000 (01:56 +0000)
committeralfred <alfred@FreeBSD.org>
Wed, 1 Jan 2003 01:56:19 +0000 (01:56 +0000)
commit927595101c90970b6249e81f3f50d19902192a7d
treeebb22b0d8030959ee26f9f429f2729208d65ac89
parent8ae9cf91c89128c149e71f64d2301033414f960f
When compiling the kernel do not implicitly include filedesc.h from proc.h,
this was causing filedesc work to be very painful.
In order to make this work split out sigio definitions to thier own header
(sigio.h) which is included from proc.h for the time being.
12 files changed:
sys/dev/raidframe/rf_freebsdkintf.c
sys/kern/kern_acl.c
sys/kern/kern_event.c
sys/kern/subr_acl_posix1e.c
sys/kern/sys_socket.c
sys/kern/vfs_acl.c
sys/kern/vfs_mount.c
sys/netsmb/smb_dev.c
sys/sys/filedesc.h
sys/sys/proc.h
sys/sys/sigio.h [new file with mode: 0644]
sys/ufs/ffs/ffs_alloc.c