Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux remove include of <vm/vm.h>



details:   https://anonhg.NetBSD.org/src/rev/fb81b115a1e3
branches:  trunk
changeset: 494002:fb81b115a1e3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jun 29 02:40:37 2000 +0000

description:
remove include of <vm/vm.h>

diffstat:

 sys/compat/linux/arch/alpha/linux_machdep.c   |  4 +---
 sys/compat/linux/arch/alpha/linux_pipe.c      |  4 +---
 sys/compat/linux/common/linux_exec.c          |  4 +---
 sys/compat/linux/common/linux_exec_aout.c     |  4 +---
 sys/compat/linux/common/linux_exec_elf32.c    |  4 +---
 sys/compat/linux/common/linux_misc.c          |  4 +---
 sys/compat/linux/common/linux_misc_notalpha.c |  4 +---
 sys/compat/linux/common/linux_oldmmap.c       |  4 +---
 sys/compat/linux/common/linux_oldolduname.c   |  4 +---
 sys/compat/linux/common/linux_oldselect.c     |  4 +---
 sys/compat/linux/common/linux_olduname.c      |  4 +---
 sys/compat/linux/common/linux_pipe.c          |  4 +---
 12 files changed, 12 insertions(+), 36 deletions(-)

diffs (216 lines):

diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/arch/alpha/linux_machdep.c
--- a/sys/compat/linux/arch/alpha/linux_machdep.c       Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_machdep.c       Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.c,v 1.9 2000/03/30 11:27:16 augustss Exp $       */
+/*     $NetBSD: linux_machdep.c,v 1.10 2000/06/29 02:40:37 mrg Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -64,8 +64,6 @@
 #include <sys/filedesc.h>
 #include <sys/exec_elf.h>
 
-#include <vm/vm.h>
-
 #include <uvm/uvm_extern.h>
 
 #include <compat/linux/common/linux_types.h>
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/arch/alpha/linux_pipe.c
--- a/sys/compat/linux/arch/alpha/linux_pipe.c  Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/arch/alpha/linux_pipe.c  Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_pipe.c,v 1.3 2000/06/26 14:38:58 mrg Exp $       */
+/*     $NetBSD: linux_pipe.c,v 1.4 2000/06/29 02:40:37 mrg Exp $       */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -46,8 +46,6 @@
   
 #include <sys/syscallargs.h> 
  
-#include <vm/vm.h>
- 
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/common/linux_signal.h>
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_exec.c
--- a/sys/compat/linux/common/linux_exec.c      Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_exec.c      Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_exec.c,v 1.36 2000/06/26 14:38:56 mrg Exp $      */
+/*     $NetBSD: linux_exec.c,v 1.37 2000/06/29 02:40:38 mrg Exp $      */
 
 /*-
  * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
@@ -51,8 +51,6 @@
 #include <sys/mman.h>
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <machine/cpu.h>
 #include <machine/reg.h>
 
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_exec_aout.c
--- a/sys/compat/linux/common/linux_exec_aout.c Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_exec_aout.c Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_exec_aout.c,v 1.39 2000/06/26 14:38:57 mrg Exp $ */
+/*     $NetBSD: linux_exec_aout.c,v 1.40 2000/06/29 02:40:39 mrg Exp $ */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -54,8 +54,6 @@
 #include <sys/mman.h>
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <machine/cpu.h>
 #include <machine/reg.h>
 
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_exec_elf32.c
--- a/sys/compat/linux/common/linux_exec_elf32.c        Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_exec_elf32.c        Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_exec_elf32.c,v 1.44 2000/06/26 14:38:57 mrg Exp $        */
+/*     $NetBSD: linux_exec_elf32.c,v 1.45 2000/06/29 02:40:39 mrg Exp $        */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -58,8 +58,6 @@
 #include <sys/mman.h>
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <machine/cpu.h>
 #include <machine/reg.h>
 
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_misc.c
--- a/sys/compat/linux/common/linux_misc.c      Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_misc.c      Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_misc.c,v 1.70 2000/06/26 14:38:57 mrg Exp $      */
+/*     $NetBSD: linux_misc.c,v 1.71 2000/06/29 02:40:39 mrg Exp $      */
 
 /*-
  * Copyright (c) 1995, 1998, 1999 The NetBSD Foundation, Inc.
@@ -94,8 +94,6 @@
 
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_signal.h>
 
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_misc_notalpha.c
--- a/sys/compat/linux/common/linux_misc_notalpha.c     Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_misc_notalpha.c     Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_misc_notalpha.c,v 1.54 2000/06/26 15:26:35 mrg Exp $     */
+/*     $NetBSD: linux_misc_notalpha.c,v 1.55 2000/06/29 02:40:39 mrg Exp $     */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -52,8 +52,6 @@
 
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_fcntl.h>
 #include <compat/linux/common/linux_misc.h>
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_oldmmap.c
--- a/sys/compat/linux/common/linux_oldmmap.c   Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_oldmmap.c   Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_oldmmap.c,v 1.51 2000/06/26 14:38:57 mrg Exp $   */
+/*     $NetBSD: linux_oldmmap.c,v 1.52 2000/06/29 02:40:39 mrg Exp $   */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -42,8 +42,6 @@
 
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/common/linux_oldmmap.h>
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_oldolduname.c
--- a/sys/compat/linux/common/linux_oldolduname.c       Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_oldolduname.c       Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_oldolduname.c,v 1.53 2000/06/26 14:38:57 mrg Exp $       */
+/*     $NetBSD: linux_oldolduname.c,v 1.54 2000/06/29 02:40:39 mrg Exp $       */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -43,8 +43,6 @@
 
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/common/linux_signal.h>
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_oldselect.c
--- a/sys/compat/linux/common/linux_oldselect.c Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_oldselect.c Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_oldselect.c,v 1.50 2000/06/26 14:38:57 mrg Exp $ */
+/*     $NetBSD: linux_oldselect.c,v 1.51 2000/06/29 02:40:39 mrg Exp $ */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -42,8 +42,6 @@
 
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_misc.h>
 #include <compat/linux/common/linux_mmap.h>
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_olduname.c
--- a/sys/compat/linux/common/linux_olduname.c  Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_olduname.c  Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_olduname.c,v 1.54 2000/06/26 14:38:57 mrg Exp $  */
+/*     $NetBSD: linux_olduname.c,v 1.55 2000/06/29 02:40:39 mrg Exp $  */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -45,8 +45,6 @@
 
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/common/linux_signal.h>
diff -r fe19b3659fd3 -r fb81b115a1e3 sys/compat/linux/common/linux_pipe.c
--- a/sys/compat/linux/common/linux_pipe.c      Thu Jun 29 01:55:57 2000 +0000
+++ b/sys/compat/linux/common/linux_pipe.c      Thu Jun 29 02:40:37 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_pipe.c,v 1.50 2000/06/26 14:38:58 mrg Exp $      */
+/*     $NetBSD: linux_pipe.c,v 1.51 2000/06/29 02:40:39 mrg Exp $      */
 
 /*-
  * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -46,8 +46,6 @@
 
 #include <sys/syscallargs.h>
 
-#include <vm/vm.h>
-
 #include <compat/linux/common/linux_types.h>
 #include <compat/linux/common/linux_mmap.h>
 #include <compat/linux/common/linux_signal.h>



Home | Main Index | Thread Index | Old Index