diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-16 20:50:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-16 20:50:18 +0000 |
commit | 2104b5cfc2dcb54ff2570b8eb33764d36a9cfac0 (patch) | |
tree | 1e3d6e2daa59e4de760808cbc90ece1e3eb568d4 /sys | |
parent | c5602f5c4efcef436367c56c264fa2202c28f310 (diff) |
Don't include <sys/map.h> when you don't need what's in it.
Diffstat (limited to 'sys')
46 files changed, 45 insertions, 91 deletions
diff --git a/sys/arch/alpha/alpha/genassym.cf b/sys/arch/alpha/alpha/genassym.cf index 41864c49f9b..6cf7c979d86 100644 --- a/sys/arch/alpha/alpha/genassym.cf +++ b/sys/arch/alpha/alpha/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.3 2001/11/06 19:53:13 miod Exp $ +# $OpenBSD: genassym.cf,v 1.4 2002/01/16 20:50:14 miod Exp $ # Copyright (c) 1994, 1995 Gordon W. Ross # Copyright (c) 1993 Adam Glass @@ -35,7 +35,6 @@ include <sys/param.h> include <sys/buf.h> -include <sys/map.h> include <sys/proc.h> include <sys/mbuf.h> include <sys/msgbuf.h> diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index c9b7f85e0fb..a6e2e7576fc 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.61 2001/12/08 02:24:05 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.62 2002/01/16 20:50:14 miod Exp $ */ /* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */ /*- @@ -69,7 +69,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/sched.h> #include <sys/buf.h> diff --git a/sys/arch/alpha/tc/scc.c b/sys/arch/alpha/tc/scc.c index 2328485efc6..b73fac621c5 100644 --- a/sys/arch/alpha/tc/scc.c +++ b/sys/arch/alpha/tc/scc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scc.c,v 1.10 2001/06/25 00:56:10 ericj Exp $ */ +/* $OpenBSD: scc.c,v 1.11 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: scc.c,v 1.28 1996/12/05 01:39:43 cgd Exp $ */ /* @@ -80,7 +80,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/conf.h> #include <sys/file.h> diff --git a/sys/arch/hp300/hp300/genassym.cf b/sys/arch/hp300/hp300/genassym.cf index bcaceaa1fb2..78eaaf3c38c 100644 --- a/sys/arch/hp300/hp300/genassym.cf +++ b/sys/arch/hp300/hp300/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.16 2001/12/06 23:24:37 miod Exp $ +# $OpenBSD: genassym.cf,v 1.17 2002/01/16 20:50:16 miod Exp $ # $NetBSD: genassym.cf,v 1.11 1998/02/16 20:58:29 thorpej Exp $ # @@ -38,7 +38,6 @@ include <sys/param.h> include <sys/buf.h> -include <sys/map.h> include <sys/proc.h> include <sys/mbuf.h> include <sys/msgbuf.h> diff --git a/sys/arch/hppa/hppa/genassym.cf b/sys/arch/hppa/hppa/genassym.cf index b1638c96b75..53f2b449a17 100644 --- a/sys/arch/hppa/hppa/genassym.cf +++ b/sys/arch/hppa/hppa/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.18 2001/09/20 18:31:14 mickey Exp $ +# $OpenBSD: genassym.cf,v 1.19 2002/01/16 20:50:16 miod Exp $ # # Copyright (c) 1982, 1990, 1993 @@ -38,7 +38,6 @@ include <sys/param.h> include <sys/systm.h> include <sys/buf.h> -include <sys/map.h> include <sys/proc.h> include <sys/mbuf.h> include <sys/msgbuf.h> diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index f8ee5a8df73..520af621404 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.47 2001/12/02 02:55:42 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.48 2002/01/16 20:50:16 miod Exp $ */ /* * Copyright (c) 1999-2000 Michael Shalayeff @@ -35,7 +35,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/buf.h> #include <sys/reboot.h> diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index 325a0f5ba2b..32b81af91ae 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apm.c,v 1.50 2001/12/14 17:07:40 mickey Exp $ */ +/* $OpenBSD: apm.c,v 1.51 2002/01/16 20:50:16 miod Exp $ */ /*- * Copyright (c) 1998-2001 Michael Shalayeff. All rights reserved. @@ -46,7 +46,6 @@ #include <sys/kernel.h> #include <sys/kthread.h> #include <sys/lock.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/user.h> #include <sys/malloc.h> diff --git a/sys/arch/i386/i386/linux_machdep.c b/sys/arch/i386/i386/linux_machdep.c index 2a04de13f07..a2570f84c6c 100644 --- a/sys/arch/i386/i386/linux_machdep.c +++ b/sys/arch/i386/i386/linux_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_machdep.c,v 1.17 2001/07/27 06:10:38 csapuntz Exp $ */ +/* $OpenBSD: linux_machdep.c,v 1.18 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: linux_machdep.c,v 1.29 1996/05/03 19:42:11 christos Exp $ */ /* @@ -36,7 +36,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/user.h> #include <sys/buf.h> diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 33a9d7af2f9..35eeffde8a0 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.191 2002/01/09 23:08:34 nordin Exp $ */ +/* $OpenBSD: machdep.c,v 1.192 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */ /*- @@ -82,7 +82,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/user.h> #include <sys/exec.h> diff --git a/sys/arch/i386/i386/vm86.c b/sys/arch/i386/i386/vm86.c index c98f947de15..19aa6c9e886 100644 --- a/sys/arch/i386/i386/vm86.c +++ b/sys/arch/i386/i386/vm86.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm86.c,v 1.12 2001/07/04 08:57:48 niklas Exp $ */ +/* $OpenBSD: vm86.c,v 1.13 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: vm86.c,v 1.15 1996/05/03 19:42:33 christos Exp $ */ /*- @@ -41,7 +41,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/user.h> #include <sys/exec.h> diff --git a/sys/arch/mac68k/mac68k/bus_space.c b/sys/arch/mac68k/mac68k/bus_space.c index 61acfdc96dc..bb2255a07a0 100644 --- a/sys/arch/mac68k/mac68k/bus_space.c +++ b/sys/arch/mac68k/mac68k/bus_space.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_space.c,v 1.14 2001/12/08 02:24:06 art Exp $ */ +/* $OpenBSD: bus_space.c,v 1.15 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: bus_space.c,v 1.5 1999/03/26 23:41:30 mycroft Exp $ */ /*- @@ -45,7 +45,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/extent.h> -#include <sys/map.h> #include <machine/bus.h> diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 7e438fd4462..9e47fb9fa79 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.91 2001/12/08 02:24:06 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.92 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: machdep.c,v 1.207 1998/07/08 04:39:34 thorpej Exp $ */ /* @@ -81,7 +81,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/buf.h> #include <sys/exec.h> diff --git a/sys/arch/macppc/macppc/machdep.c b/sys/arch/macppc/macppc/machdep.c index 0d962c163bb..2602917e5d2 100644 --- a/sys/arch/macppc/macppc/machdep.c +++ b/sys/arch/macppc/macppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.20 2002/01/14 01:56:50 drahn Exp $ */ +/* $OpenBSD: machdep.c,v 1.21 2002/01/16 20:50:16 miod Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/timeout.h> #include <sys/exec.h> #include <sys/malloc.h> -#include <sys/map.h> #include <sys/mbuf.h> #include <sys/mount.h> #include <sys/msgbuf.h> diff --git a/sys/arch/mvme68k/mvme68k/machdep.c b/sys/arch/mvme68k/mvme68k/machdep.c index e4d05ca2c5e..bcae8471b36 100644 --- a/sys/arch/mvme68k/mvme68k/machdep.c +++ b/sys/arch/mvme68k/mvme68k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.61 2001/12/08 02:24:06 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.62 2002/01/16 20:50:17 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -76,7 +76,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/buf.h> #include <sys/reboot.h> diff --git a/sys/arch/mvme88k/mvme88k/autoconf.c b/sys/arch/mvme88k/mvme88k/autoconf.c index b3b41bc4524..f8622658beb 100644 --- a/sys/arch/mvme88k/mvme88k/autoconf.c +++ b/sys/arch/mvme88k/mvme88k/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.18 2001/12/24 04:07:26 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.19 2002/01/16 20:50:17 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -33,7 +33,6 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/dkstat.h> #include <sys/reboot.h> diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 337f771396b..85e42e45696 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.85 2002/01/14 21:34:41 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.86 2002/01/16 20:50:17 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -48,7 +48,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/user.h> #include <sys/buf.h> diff --git a/sys/arch/mvme88k/mvme88k/vm_machdep.c b/sys/arch/mvme88k/mvme88k/vm_machdep.c index ba549c66b9b..f6d8ed4e612 100644 --- a/sys/arch/mvme88k/mvme88k/vm_machdep.c +++ b/sys/arch/mvme88k/mvme88k/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.46 2002/01/14 21:34:41 miod Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.47 2002/01/16 20:50:17 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. @@ -50,7 +50,6 @@ #include <sys/proc.h> #include <sys/signalvar.h> #include <sys/malloc.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/user.h> #include <sys/vnode.h> diff --git a/sys/arch/mvmeppc/mvmeppc/machdep.c b/sys/arch/mvmeppc/mvmeppc/machdep.c index ddb5814fca2..f96c9bd7640 100644 --- a/sys/arch/mvmeppc/mvmeppc/machdep.c +++ b/sys/arch/mvmeppc/mvmeppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.17 2001/12/08 02:24:06 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.18 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -40,7 +40,6 @@ #include <sys/timeout.h> #include <sys/exec.h> #include <sys/malloc.h> -#include <sys/map.h> #include <sys/mbuf.h> #include <sys/mount.h> #include <sys/msgbuf.h> diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c index d7795a6bdd5..d0c2c336793 100644 --- a/sys/arch/sparc/sparc/autoconf.c +++ b/sys/arch/sparc/sparc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.46 2001/12/10 00:58:04 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.47 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.73 1997/07/29 09:41:53 fair Exp $ */ /* @@ -50,7 +50,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/disklabel.h> #include <sys/device.h> diff --git a/sys/arch/sparc/sparc/genassym.cf b/sys/arch/sparc/sparc/genassym.cf index cd93dcc93c5..ed11982e239 100644 --- a/sys/arch/sparc/sparc/genassym.cf +++ b/sys/arch/sparc/sparc/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.8 2001/09/16 14:28:04 miod Exp $ +# $OpenBSD: genassym.cf,v 1.9 2002/01/16 20:50:17 miod Exp $ # $NetBSD: genassym.cf,v 1.2 1997/06/28 19:59:04 pk Exp $ # @@ -49,7 +49,6 @@ include <sys/param.h> include <sys/buf.h> include <sys/proc.h> -include <sys/map.h> include <sys/proc.h> include <sys/mbuf.h> include <sys/msgbuf.h> diff --git a/sys/arch/sparc/sparc/machdep.c b/sys/arch/sparc/sparc/machdep.c index e4383c71bbb..0dc004d841f 100644 --- a/sys/arch/sparc/sparc/machdep.c +++ b/sys/arch/sparc/sparc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.75 2001/12/19 08:58:05 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.76 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */ /* @@ -50,7 +50,6 @@ #include <sys/signalvar.h> #include <sys/proc.h> #include <sys/user.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/reboot.h> diff --git a/sys/arch/sparc/sparc/vm_machdep.c b/sys/arch/sparc/sparc/vm_machdep.c index e3492f7edae..e7f51936934 100644 --- a/sys/arch/sparc/sparc/vm_machdep.c +++ b/sys/arch/sparc/sparc/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.41 2001/12/19 08:58:05 art Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.42 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: vm_machdep.c,v 1.30 1997/03/10 23:55:40 pk Exp $ */ /* @@ -59,7 +59,6 @@ #include <sys/buf.h> #include <sys/exec.h> #include <sys/vnode.h> -#include <sys/map.h> #include <sys/extent.h> #include <uvm/uvm_extern.h> diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 812963fafb1..1532af74a7e 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.17 2001/12/07 05:11:14 jason Exp $ */ +/* $OpenBSD: autoconf.c,v 1.18 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -50,7 +50,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/disklabel.h> #include <sys/device.h> diff --git a/sys/arch/sparc64/sparc64/genassym.cf b/sys/arch/sparc64/sparc64/genassym.cf index 337faf43cfa..9ec28c28950 100644 --- a/sys/arch/sparc64/sparc64/genassym.cf +++ b/sys/arch/sparc64/sparc64/genassym.cf @@ -81,7 +81,6 @@ include <sys/param.h> include <sys/buf.h> include <sys/proc.h> -include <sys/map.h> include <sys/proc.h> include <sys/mbuf.h> include <sys/msgbuf.h> diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index c7474426eb9..5dba14ae09a 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.28 2002/01/04 01:17:46 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.29 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -88,7 +88,6 @@ #include <sys/signalvar.h> #include <sys/proc.h> #include <sys/user.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/device.h> #include <sys/reboot.h> diff --git a/sys/arch/sun3/sun3/autoconf.c b/sys/arch/sun3/sun3/autoconf.c index 2d381e0acfc..0b1184ef1e3 100644 --- a/sys/arch/sun3/sun3/autoconf.c +++ b/sys/arch/sun3/sun3/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.19 2001/12/10 00:58:05 miod Exp $ */ +/* $OpenBSD: autoconf.c,v 1.20 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: autoconf.c,v 1.37 1996/11/20 18:57:22 gwr Exp $ */ /*- @@ -52,7 +52,6 @@ #include <sys/device.h> #include <sys/disklabel.h> #include <sys/dkstat.h> -#include <sys/map.h> #include <sys/reboot.h> #include <scsi/scsi_all.h> diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c index d73b5675e44..2e4911d2617 100644 --- a/sys/arch/sun3/sun3/machdep.c +++ b/sys/arch/sun3/sun3/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.47 2001/12/08 02:24:07 art Exp $ */ +/* $OpenBSD: machdep.c,v 1.48 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */ /* @@ -48,7 +48,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/buf.h> #include <sys/reboot.h> diff --git a/sys/arch/vax/if/if_uba.c b/sys/arch/vax/if/if_uba.c index fe3d5bbaa7f..be2e9330486 100644 --- a/sys/arch/vax/if/if_uba.c +++ b/sys/arch/vax/if/if_uba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_uba.c,v 1.7 2001/05/05 20:56:55 art Exp $ */ +/* $OpenBSD: if_uba.c,v 1.8 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: if_uba.c,v 1.15 1999/01/01 21:43:18 ragge Exp $ */ /* @@ -41,7 +41,6 @@ #include <sys/systm.h> #include <sys/malloc.h> #include <sys/mbuf.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/socket.h> #include <sys/syslog.h> diff --git a/sys/arch/vax/qbus/dhu.c b/sys/arch/vax/qbus/dhu.c index a28a8b77fc3..69ba4cd0271 100644 --- a/sys/arch/vax/qbus/dhu.c +++ b/sys/arch/vax/qbus/dhu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhu.c,v 1.1 2000/04/27 03:14:47 bjc Exp $ */ +/* $OpenBSD: dhu.c,v 1.2 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: dhu.c,v 1.17 2000/01/24 02:40:28 matt Exp $ */ /* * Copyright (c) 1996 Ken C. Wellsch. All rights reserved. @@ -42,7 +42,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/conf.h> #include <sys/file.h> diff --git a/sys/arch/vax/qbus/dl.c b/sys/arch/vax/qbus/dl.c index 7bd7d71859c..1663a559601 100644 --- a/sys/arch/vax/qbus/dl.c +++ b/sys/arch/vax/qbus/dl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dl.c,v 1.1 2000/04/27 03:14:47 bjc Exp $ */ +/* $OpenBSD: dl.c,v 1.2 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: dl.c,v 1.11 2000/01/24 02:40:29 matt Exp $ */ /*- @@ -86,7 +86,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/conf.h> #include <sys/file.h> diff --git a/sys/arch/vax/qbus/dz.c b/sys/arch/vax/qbus/dz.c index 5367934003b..018476a174b 100644 --- a/sys/arch/vax/qbus/dz.c +++ b/sys/arch/vax/qbus/dz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dz.c,v 1.6 2001/08/25 13:33:37 hugh Exp $ */ +/* $OpenBSD: dz.c,v 1.7 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: dz.c,v 1.23 2000/06/04 02:14:12 matt Exp $ */ /* * Copyright (c) 1996 Ken C. Wellsch. All rights reserved. @@ -42,7 +42,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/conf.h> #include <sys/file.h> diff --git a/sys/arch/vax/qbus/dz_uba.c b/sys/arch/vax/qbus/dz_uba.c index 910e6fe9285..a1869c06f5d 100644 --- a/sys/arch/vax/qbus/dz_uba.c +++ b/sys/arch/vax/qbus/dz_uba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dz_uba.c,v 1.2 2001/08/25 13:33:37 hugh Exp $ */ +/* $OpenBSD: dz_uba.c,v 1.3 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: dz_uba.c,v 1.11 2000/06/04 06:17:02 matt Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. All rights reserved. @@ -36,7 +36,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/conf.h> #include <sys/file.h> diff --git a/sys/arch/vax/qbus/uba.c b/sys/arch/vax/qbus/uba.c index 7edd1b5ea81..a2cf0e51e2d 100644 --- a/sys/arch/vax/qbus/uba.c +++ b/sys/arch/vax/qbus/uba.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uba.c,v 1.5 2002/01/10 00:11:14 nordin Exp $ */ +/* $OpenBSD: uba.c,v 1.6 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: uba.c,v 1.52 2000/06/04 02:14:12 matt Exp $ */ /* * Copyright (c) 1996 Jonathan Stone. @@ -42,7 +42,6 @@ #include <sys/types.h> #include <sys/time.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/proc.h> #include <sys/user.h> diff --git a/sys/arch/vax/uba/ts.c b/sys/arch/vax/uba/ts.c index 0afcc652d98..61cf74b5959 100644 --- a/sys/arch/vax/uba/ts.c +++ b/sys/arch/vax/uba/ts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts.c,v 1.4 1997/05/29 00:05:08 niklas Exp $ */ +/* $OpenBSD: ts.c,v 1.5 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: ts.c,v 1.11 1997/01/11 11:34:43 ragge Exp $ */ /*- @@ -126,7 +126,6 @@ int tstrace = 1; #include <sys/conf.h> #include <sys/errno.h> #include <sys/file.h> -#include <sys/map.h> #include <sys/syslog.h> #include <sys/ioctl.h> #include <sys/mtio.h> diff --git a/sys/arch/vax/vax/bus_dma.c b/sys/arch/vax/vax/bus_dma.c index d067b6d14fd..0a00fe0d71a 100644 --- a/sys/arch/vax/vax/bus_dma.c +++ b/sys/arch/vax/vax/bus_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_dma.c,v 1.8 2001/12/08 02:24:07 art Exp $ */ +/* $OpenBSD: bus_dma.c,v 1.9 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: bus_dma.c,v 1.5 1999/11/13 00:32:20 thorpej Exp $ */ /*- @@ -45,7 +45,6 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/buf.h> #include <sys/reboot.h> diff --git a/sys/arch/vax/vsa/dc.c b/sys/arch/vax/vsa/dc.c index 660772b9701..2080bef1320 100644 --- a/sys/arch/vax/vsa/dc.c +++ b/sys/arch/vax/vsa/dc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dc.c,v 1.4 2001/08/19 23:54:22 miod Exp $ */ +/* $OpenBSD: dc.c,v 1.5 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: dc.c,v 1.4 1996/10/13 03:36:10 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -68,7 +68,6 @@ #include <sys/ioctl.h> #include <sys/tty.h> #include <sys/proc.h> -#include <sys/map.h> #include <sys/buf.h> #include <sys/conf.h> #include <sys/file.h> diff --git a/sys/arch/vax/vsa/hdc9224.c b/sys/arch/vax/vsa/hdc9224.c index 79974e8f745..76011fc75ee 100644 --- a/sys/arch/vax/vsa/hdc9224.c +++ b/sys/arch/vax/vsa/hdc9224.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hdc9224.c,v 1.5 1997/10/08 07:09:56 niklas Exp $ */ +/* $OpenBSD: hdc9224.c,v 1.6 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: hdc9224.c,v 1.6 1997/03/15 16:32:22 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -65,7 +65,6 @@ static int keepLock = 0; #include <sys/buf.h> #include <sys/proc.h> #include <sys/user.h> -#include <sys/map.h> #include <sys/device.h> #include <sys/dkstat.h> #include <sys/disklabel.h> diff --git a/sys/arch/vax/vsa/vsbus.c b/sys/arch/vax/vsa/vsbus.c index ca3d46be943..ea0aa49edbc 100644 --- a/sys/arch/vax/vsa/vsbus.c +++ b/sys/arch/vax/vsa/vsbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vsbus.c,v 1.9 2001/11/06 19:53:17 miod Exp $ */ +/* $OpenBSD: vsbus.c,v 1.10 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: vsbus.c,v 1.29 2000/06/29 07:14:37 mrg Exp $ */ /* * Copyright (c) 1996, 1999 Ludd, University of Lule}, Sweden. @@ -41,7 +41,6 @@ #include <sys/ioctl.h> #include <sys/proc.h> #include <sys/user.h> -#include <sys/map.h> #include <sys/device.h> #include <sys/dkstat.h> #include <sys/disklabel.h> diff --git a/sys/compat/common/kern_exit_43.c b/sys/compat/common/kern_exit_43.c index 7528253ed78..aa134b49b0f 100644 --- a/sys/compat/common/kern_exit_43.c +++ b/sys/compat/common/kern_exit_43.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_exit_43.c,v 1.5 2001/11/30 00:32:46 miod Exp $ */ +/* $OpenBSD: kern_exit_43.c,v 1.6 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: kern_exit_43.c,v 1.3 1995/10/07 06:26:20 mycroft Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/ioctl.h> #include <sys/proc.h> #include <sys/tty.h> diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index c69f137962a..2334eb947b4 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_main.c,v 1.90 2002/01/01 20:41:56 deraadt Exp $ */ +/* $OpenBSD: init_main.c,v 1.91 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: init_main.c,v 1.84.4.1 1996/06/02 09:08:06 mrg Exp $ */ /* @@ -50,7 +50,6 @@ #include <sys/kernel.h> #include <sys/kthread.h> #include <sys/mount.h> -#include <sys/map.h> #include <sys/proc.h> #include <sys/resourcevar.h> #include <sys/signalvar.h> diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index 66efd893be8..7cb310327b8 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_exit.c,v 1.37 2001/11/12 01:26:09 art Exp $ */ +/* $OpenBSD: kern_exit.c,v 1.38 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: kern_exit.c,v 1.39 1996/04/22 01:38:25 christos Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/ioctl.h> #include <sys/proc.h> #include <sys/tty.h> diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 9cc881f6b5e..57b1c939195 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_fork.c,v 1.47 2001/11/06 19:53:20 miod Exp $ */ +/* $OpenBSD: kern_fork.c,v 1.48 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: kern_fork.c,v 1.29 1996/02/09 18:59:34 christos Exp $ */ /* @@ -43,7 +43,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/filedesc.h> #include <sys/kernel.h> #include <sys/malloc.h> diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 4584481ba7d..01d3750929f 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_malloc.c,v 1.45 2001/12/19 08:58:06 art Exp $ */ +/* $OpenBSD: kern_malloc.c,v 1.46 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: kern_malloc.c,v 1.15.4.2 1996/06/13 17:10:56 cgd Exp $ */ /* @@ -38,7 +38,6 @@ #include <sys/param.h> #include <sys/proc.h> -#include <sys/map.h> #include <sys/kernel.h> #include <sys/malloc.h> #include <sys/systm.h> diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index 5752a4936f7..e8fdc6b4084 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_proc.c,v 1.8 2001/03/23 18:42:06 art Exp $ */ +/* $OpenBSD: kern_proc.c,v 1.9 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: kern_proc.c,v 1.14 1996/02/09 18:59:41 christos Exp $ */ /* @@ -38,7 +38,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/map.h> #include <sys/kernel.h> #include <sys/proc.h> #include <sys/buf.h> diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 6172acdabd2..1e12eb88086 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uipc_mbuf.c,v 1.44 2001/12/18 23:07:49 deraadt Exp $ */ +/* $OpenBSD: uipc_mbuf.c,v 1.45 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */ /* @@ -80,7 +80,6 @@ #include <sys/systm.h> #include <sys/proc.h> #include <sys/malloc.h> -#include <sys/map.h> #define MBTYPES #include <sys/mbuf.h> #include <sys/kernel.h> diff --git a/sys/ufs/mfs/mfs_vnops.c b/sys/ufs/mfs/mfs_vnops.c index 619e5327c26..c4b13594c98 100644 --- a/sys/ufs/mfs/mfs_vnops.c +++ b/sys/ufs/mfs/mfs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfs_vnops.c,v 1.18 2001/12/19 08:58:07 art Exp $ */ +/* $OpenBSD: mfs_vnops.c,v 1.19 2002/01/16 20:50:17 miod Exp $ */ /* $NetBSD: mfs_vnops.c,v 1.8 1996/03/17 02:16:32 christos Exp $ */ /* @@ -42,7 +42,6 @@ #include <sys/kernel.h> #include <sys/proc.h> #include <sys/buf.h> -#include <sys/map.h> #include <sys/vnode.h> #include <sys/malloc.h> |