diff options
author | peter <peter@FreeBSD.org> | 2002-05-01 02:17:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-05-01 02:17:33 +0000 |
commit | 336f78b18ad5468d78263e8fcc2dc14d0a223042 (patch) | |
tree | e88fae4f9e5371561eeb8e70bf312d1ee77dba48 /sys/compat | |
parent | aac61d6bcde2b4af9c4af440a3c3b7d0b3039455 (diff) | |
download | FreeBSD-src-336f78b18ad5468d78263e8fcc2dc14d0a223042.zip FreeBSD-src-336f78b18ad5468d78263e8fcc2dc14d0a223042.tar.gz |
Zap some stale unused headers, including one machine/psl.h (which is
a stub on alpha). Compile tested on alpha and x86.
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/linux/linux_misc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 51cbd35..0a9018a 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -64,13 +64,7 @@ #include <vm/vm_object.h> #include <vm/swap_pager.h> -#include <machine/frame.h> #include <machine/limits.h> -#include <machine/psl.h> -#include <machine/sysarch.h> -#ifdef __i386__ -#include <machine/segments.h> -#endif #include <posix4/sched.h> |