diff options
author | peter <peter@FreeBSD.org> | 1995-12-09 08:17:24 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-12-09 08:17:24 +0000 |
commit | 84865bbe45b9f5476d33c1fe9cb6abbb0b7c8c60 (patch) | |
tree | 73a3a3dc69bf4215bda95fc85264073881a37fc2 /sys/i386/linux/linux_misc.c | |
parent | 2132a9aa9e8bd007edf9af90d990675d8b919776 (diff) | |
download | FreeBSD-src-84865bbe45b9f5476d33c1fe9cb6abbb0b7c8c60.zip FreeBSD-src-84865bbe45b9f5476d33c1fe9cb6abbb0b7c8c60.tar.gz |
Attempt to make the Linux LKM compile again after the recent VM include
de-nesting changes...
(I figured this might be usefulif it actually built, since I've told
everybody to rebuild it or die.. :-)
Diffstat (limited to 'sys/i386/linux/linux_misc.c')
-rw-r--r-- | sys/i386/linux/linux_misc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index dbd7794..1db33ec 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/linux/linux_misc.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_misc.c,v 1.4 1995/11/22 07:43:48 bde Exp $ + * $Id: linux_misc.c,v 1.5 1995/12/06 19:14:16 bde Exp $ */ #include <sys/param.h> @@ -52,7 +52,12 @@ #include <sys/wait.h> #include <vm/vm.h> +#include <vm/vm_param.h> +#include <vm/pmap.h> +#include <vm/lock.h> #include <vm/vm_kern.h> +#include <vm/vm_prot.h> +#include <vm/vm_map.h> #include <machine/cpu.h> #include <machine/psl.h> |