summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_misc.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-12-09 08:17:24 +0000
committerpeter <peter@FreeBSD.org>1995-12-09 08:17:24 +0000
commit84865bbe45b9f5476d33c1fe9cb6abbb0b7c8c60 (patch)
tree73a3a3dc69bf4215bda95fc85264073881a37fc2 /sys/compat/linux/linux_misc.c
parent2132a9aa9e8bd007edf9af90d990675d8b919776 (diff)
downloadFreeBSD-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/compat/linux/linux_misc.c')
-rw-r--r--sys/compat/linux/linux_misc.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index dbd7794..1db33ec 100644
--- a/sys/compat/linux/linux_misc.c
+++ b/sys/compat/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>
OpenPOWER on IntegriCloud