Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/common Include "uvm/uvm_param.h" to get def...



details:   https://anonhg.NetBSD.org/src/rev/caf7206ca0d6
branches:  trunk
changeset: 540508:caf7206ca0d6
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Dec 17 10:42:02 2002 +0000

description:
Include "uvm/uvm_param.h" to get definition of PAGE_MASK required for
last change.

diffstat:

 sys/compat/linux/common/linux_oldmmap.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 768baba7791c -r caf7206ca0d6 sys/compat/linux/common/linux_oldmmap.c
--- a/sys/compat/linux/common/linux_oldmmap.c   Tue Dec 17 10:04:19 2002 +0000
+++ b/sys/compat/linux/common/linux_oldmmap.c   Tue Dec 17 10:42:02 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_oldmmap.c,v 1.59 2002/12/16 19:37:03 christos Exp $      */
+/*     $NetBSD: linux_oldmmap.c,v 1.60 2002/12/17 10:42:02 tron Exp $  */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_oldmmap.c,v 1.59 2002/12/16 19:37:03 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_oldmmap.c,v 1.60 2002/12/17 10:42:02 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -45,6 +45,8 @@
 
 #include <sys/syscallargs.h>
 
+#include <uvm/uvm_param.h>
+
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/common/linux_oldmmap.h>



Home | Main Index | Thread Index | Old Index