diff options
author | trhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2006-11-11 16:26:58 +0000 |
commit | 58cca8458a944de5b59a86ec54e14d209a9ec365 (patch) | |
tree | 662fae3cb386b3fef99fe533a5744acfbb9353ad /sys/compat/linux/linux_misc.c | |
parent | 2d45fdc2442208a8507360346e65129e7a557b7c (diff) | |
download | FreeBSD-src-58cca8458a944de5b59a86ec54e14d209a9ec365.zip FreeBSD-src-58cca8458a944de5b59a86ec54e14d209a9ec365.tar.gz |
Merge posix4/* into normal kernel hierarchy.
Reviewed by: glanced at by jhb
Approved by: silence on -arch@ and -standards@
Diffstat (limited to 'sys/compat/linux/linux_misc.c')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index cab95c7..178e357 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -52,6 +52,7 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/reboot.h> #include <sys/resourcevar.h> +#include <sys/sched.h> #include <sys/signalvar.h> #include <sys/stat.h> #include <sys/syscallsubr.h> @@ -73,8 +74,6 @@ __FBSDID("$FreeBSD$"); #include <vm/vm_object.h> #include <vm/swap_pager.h> -#include <posix4/sched.h> - #include <compat/linux/linux_sysproto.h> #include <compat/linux/linux_emul.h> #include <compat/linux/linux_misc.h> |