diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2007-02-02 08:58:16 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2007-02-02 08:58:16 +0000 |
| commit | b4bb515484770283e7d8b6501f6a2e3355a4b6f3 (patch) | |
| tree | ae562dadb5c813027b994b16700ffcfbd7fde95f /sys/compat/linux/linux_emul.c | |
| parent | b0ea96df610ca601c67042b2508f1f7b1d7b2cd3 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_emul.c')
| -rw-r--r-- | sys/compat/linux/linux_emul.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_emul.c b/sys/compat/linux/linux_emul.c index 9240c1e2709b..116eb114f43d 100644 --- a/sys/compat/linux/linux_emul.c +++ b/sys/compat/linux/linux_emul.c @@ -34,6 +34,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> #include <sys/imgact.h> +#include <sys/kernel.h> #include <sys/lock.h> #include <sys/malloc.h> #include <sys/mutex.h> @@ -279,8 +280,6 @@ linux_proc_exec(void *arg __unused, struct proc *p, struct image_params *imgp) } } -extern int hz; /* in subr_param.c */ - void linux_schedtail(void *arg __unused, struct proc *p) { |
