diff --git a/sys/arch/alpha/alpha/ipifuncs.c b/sys/arch/alpha/alpha/ipifuncs.c index 457a84a9dbf5..d3da666db073 100644 --- a/sys/arch/alpha/alpha/ipifuncs.c +++ b/sys/arch/alpha/alpha/ipifuncs.c @@ -1,4 +1,4 @@ -/* $NetBSD: ipifuncs.c,v 1.30 2001/07/15 16:42:18 thorpej Exp $ */ +/* $NetBSD: ipifuncs.c,v 1.31 2001/09/28 11:59:51 chs Exp $ */ /*- * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.30 2001/07/15 16:42:18 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.31 2001/09/28 11:59:51 chs Exp $"); /* * Interprocessor interrupt handlers. @@ -47,6 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.30 2001/07/15 16:42:18 thorpej Exp $" #include #include +#include #include #include diff --git a/sys/arch/arc/arc/bus_dma.c b/sys/arch/arc/arc/bus_dma.c index c48ac6cecef9..c9a5b288c054 100644 --- a/sys/arch/arc/arc/bus_dma.c +++ b/sys/arch/arc/arc/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.9 2001/09/10 21:19:31 chris Exp $ */ +/* $NetBSD: bus_dma.c,v 1.10 2001/09/28 11:59:51 chs Exp $ */ /* NetBSD: bus_dma.c,v 1.20 2000/01/10 03:24:36 simonb Exp */ /*- @@ -42,6 +42,7 @@ #include #include #include +#include #include diff --git a/sys/arch/arc/dev/opms.c b/sys/arch/arc/dev/opms.c index b92f16f110b0..23f2807f4aa2 100644 --- a/sys/arch/arc/dev/opms.c +++ b/sys/arch/arc/dev/opms.c @@ -1,4 +1,4 @@ -/* $NetBSD: opms.c,v 1.2 2001/09/16 16:34:28 wiz Exp $ */ +/* $NetBSD: opms.c,v 1.3 2001/09/28 11:59:51 chs Exp $ */ /* $OpenBSD: pccons.c,v 1.22 1999/01/30 22:39:37 imp Exp $ */ /* NetBSD: pms.c,v 1.21 1995/04/18 02:25:18 mycroft Exp */ @@ -50,6 +50,7 @@ #include #include #include +#include #include #include diff --git a/sys/arch/arc/dev/pccons.c b/sys/arch/arc/dev/pccons.c index 1a95bdfb7190..77bf47000b2c 100644 --- a/sys/arch/arc/dev/pccons.c +++ b/sys/arch/arc/dev/pccons.c @@ -1,4 +1,4 @@ -/* $NetBSD: pccons.c,v 1.27 2001/06/13 15:05:44 soda Exp $ */ +/* $NetBSD: pccons.c,v 1.28 2001/09/28 11:59:52 chs Exp $ */ /* $OpenBSD: pccons.c,v 1.22 1999/01/30 22:39:37 imp Exp $ */ /* NetBSD: pccons.c,v 1.89 1995/05/04 19:35:20 cgd Exp */ @@ -60,6 +60,7 @@ #include #include #include +#include #include diff --git a/sys/arch/arc/jazz/jazzdmatlb.c b/sys/arch/arc/jazz/jazzdmatlb.c index 61a4760658fb..9d69825baeaa 100644 --- a/sys/arch/arc/jazz/jazzdmatlb.c +++ b/sys/arch/arc/jazz/jazzdmatlb.c @@ -1,4 +1,4 @@ -/* $NetBSD: jazzdmatlb.c,v 1.4 2000/12/24 09:25:29 ur Exp $ */ +/* $NetBSD: jazzdmatlb.c,v 1.5 2001/09/28 11:59:52 chs Exp $ */ /* $OpenBSD: dma.c,v 1.5 1998/03/01 16:49:57 niklas Exp $ */ /*- @@ -37,6 +37,7 @@ #include #include #include +#include #include diff --git a/sys/arch/i386/i386/bus_machdep.c b/sys/arch/i386/i386/bus_machdep.c index d98f4943041e..5dd53b24a3d7 100644 --- a/sys/arch/i386/i386/bus_machdep.c +++ b/sys/arch/i386/i386/bus_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_machdep.c,v 1.11 2001/09/10 21:19:15 chris Exp $ */ +/* $NetBSD: bus_machdep.c,v 1.12 2001/09/28 11:59:52 chs Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -44,6 +44,7 @@ #include #include #include +#include #include diff --git a/sys/arch/pmax/pmax/bus_dma.c b/sys/arch/pmax/pmax/bus_dma.c index 868a075ddd53..745f44f8a8e9 100644 --- a/sys/arch/pmax/pmax/bus_dma.c +++ b/sys/arch/pmax/pmax/bus_dma.c @@ -1,4 +1,4 @@ -/* $NetBSD: bus_dma.c,v 1.31 2001/09/10 21:19:08 chris Exp $ */ +/* $NetBSD: bus_dma.c,v 1.32 2001/09/28 11:59:52 chs Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -40,6 +40,7 @@ #include #include #include +#include #include diff --git a/sys/arch/pmax/pmax/interrupt.c b/sys/arch/pmax/pmax/interrupt.c index 486c71710c68..67f351e8dd7e 100644 --- a/sys/arch/pmax/pmax/interrupt.c +++ b/sys/arch/pmax/pmax/interrupt.c @@ -1,4 +1,4 @@ -/* $NetBSD: interrupt.c,v 1.2 2001/08/27 02:00:19 nisimura Exp $ */ +/* $NetBSD: interrupt.c,v 1.3 2001/09/28 11:59:52 chs Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -39,6 +39,7 @@ #include #include #include +#include #include diff --git a/sys/arch/sh3/sh3/Locore.c b/sys/arch/sh3/sh3/Locore.c index 1a0ca4cf49b9..0225b5ca390f 100644 --- a/sys/arch/sh3/sh3/Locore.c +++ b/sys/arch/sh3/sh3/Locore.c @@ -1,4 +1,4 @@ -/* $NetBSD: Locore.c,v 1.4 2000/06/29 07:44:04 mrg Exp $ */ +/* $NetBSD: Locore.c,v 1.5 2001/09/28 11:59:53 chs Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -82,6 +82,7 @@ #include #include #include +#include #include diff --git a/sys/arch/sh3/sh3/sh3_machdep.c b/sys/arch/sh3/sh3/sh3_machdep.c index 324ad950995e..2b58e7015293 100644 --- a/sys/arch/sh3/sh3/sh3_machdep.c +++ b/sys/arch/sh3/sh3/sh3_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: sh3_machdep.c,v 1.18 2001/09/10 21:19:23 chris Exp $ */ +/* $NetBSD: sh3_machdep.c,v 1.19 2001/09/28 11:59:53 chs Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -89,6 +89,7 @@ #include #include #include +#include #ifdef KGDB #include diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c index 3fcba4f77183..322222082b32 100644 --- a/sys/arch/sparc/sparc/autoconf.c +++ b/sys/arch/sparc/sparc/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.153 2001/09/27 02:05:43 mrg Exp $ */ +/* $NetBSD: autoconf.c,v 1.154 2001/09/28 11:59:53 chs Exp $ */ /* * Copyright (c) 1996 @@ -52,6 +52,7 @@ #include #include +#include #include #include #include diff --git a/sys/arch/sparc/sparc/iommu.c b/sys/arch/sparc/sparc/iommu.c index add308f55414..69037e0b1da5 100644 --- a/sys/arch/sparc/sparc/iommu.c +++ b/sys/arch/sparc/sparc/iommu.c @@ -1,4 +1,4 @@ -/* $NetBSD: iommu.c,v 1.57 2001/09/26 20:53:08 eeh Exp $ */ +/* $NetBSD: iommu.c,v 1.58 2001/09/28 11:59:53 chs Exp $ */ /* * Copyright (c) 1996 @@ -42,6 +42,7 @@ #include #include #include +#include #include diff --git a/sys/arch/sparc64/dev/iommu.c b/sys/arch/sparc64/dev/iommu.c index aaf49bf5ffdb..8ecc235fa961 100644 --- a/sys/arch/sparc64/dev/iommu.c +++ b/sys/arch/sparc64/dev/iommu.c @@ -1,4 +1,4 @@ -/* $NetBSD: iommu.c,v 1.40 2001/09/21 03:04:09 eeh Exp $ */ +/* $NetBSD: iommu.c,v 1.41 2001/09/28 11:59:53 chs Exp $ */ /* * Copyright (c) 1999, 2000 Matthew R. Green @@ -119,6 +119,7 @@ #include #include #include +#include #include diff --git a/sys/arch/sparc64/sparc64/pmap.c b/sys/arch/sparc64/sparc64/pmap.c index 47e0e6d9fefc..5e285492636d 100644 --- a/sys/arch/sparc64/sparc64/pmap.c +++ b/sys/arch/sparc64/sparc64/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.112 2001/09/23 09:01:13 chs Exp $ */ +/* $NetBSD: pmap.c,v 1.113 2001/09/28 11:59:54 chs Exp $ */ #undef NO_VCACHE /* Don't forget the locked TLB in dostart */ #define HWREF /* @@ -39,6 +39,7 @@ #include #include #include +#include #include diff --git a/sys/arch/vax/vax/conf.c b/sys/arch/vax/vax/conf.c index c1802c7d0a90..b217bc26a544 100644 --- a/sys/arch/vax/vax/conf.c +++ b/sys/arch/vax/vax/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.55 2001/06/22 16:40:51 lukem Exp $ */ +/* $NetBSD: conf.c,v 1.56 2001/09/28 11:59:54 chs Exp $ */ /*- * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -42,6 +42,7 @@ #include #include #include +#include #include "opt_cputype.h" diff --git a/sys/arch/vax/vax/locore.c b/sys/arch/vax/vax/locore.c index b9fd95ae94a4..d6c5749716db 100644 --- a/sys/arch/vax/vax/locore.c +++ b/sys/arch/vax/vax/locore.c @@ -1,4 +1,4 @@ -/* $NetBSD: locore.c,v 1.62 2001/09/18 16:41:25 ragge Exp $ */ +/* $NetBSD: locore.c,v 1.63 2001/09/28 11:59:54 chs Exp $ */ /* * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -38,6 +38,7 @@ #include #include #include +#include #include diff --git a/sys/dev/ic/midway.c b/sys/dev/ic/midway.c index 526ad507da28..e1fa84ec917d 100644 --- a/sys/dev/ic/midway.c +++ b/sys/dev/ic/midway.c @@ -1,4 +1,4 @@ -/* $NetBSD: midway.c,v 1.53 2001/07/07 16:13:49 thorpej Exp $ */ +/* $NetBSD: midway.c,v 1.54 2001/09/28 11:59:54 chs Exp $ */ /* (sync'd to midway.c 1.68) */ /* @@ -155,6 +155,7 @@ #include #include #include +#include #include #include diff --git a/sys/netinet/ip_auth.c b/sys/netinet/ip_auth.c index fbff9ce661c9..6168a51cb007 100644 --- a/sys/netinet/ip_auth.c +++ b/sys/netinet/ip_auth.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_auth.c,v 1.19 2001/03/26 06:13:12 mike Exp $ */ +/* $NetBSD: ip_auth.c,v 1.20 2001/09/28 11:59:55 chs Exp $ */ /* * Copyright (C) 1998-2000 by Darren Reed & Guido van Rooij. @@ -9,7 +9,7 @@ */ #if !defined(lint) #if defined(__NetBSD__) -static const char rcsid[] = "$NetBSD: ip_auth.c,v 1.19 2001/03/26 06:13:12 mike Exp $"; +static const char rcsid[] = "$NetBSD: ip_auth.c,v 1.20 2001/09/28 11:59:55 chs Exp $"; #else static const char rcsid[] = "@(#)Id: ip_auth.c,v 2.11.2.5 2001/01/10 06:18:35 darrenr Exp"; #endif @@ -20,6 +20,7 @@ static const char rcsid[] = "@(#)Id: ip_auth.c,v 2.11.2.5 2001/01/10 06:18:35 da #include #include #include +#include #if !defined(_KERNEL) && !defined(KERNEL) # include # include diff --git a/sys/netinet/ip_log.c b/sys/netinet/ip_log.c index ffb5bbcd4af1..4f07dc343fcd 100644 --- a/sys/netinet/ip_log.c +++ b/sys/netinet/ip_log.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_log.c,v 1.13 2001/03/26 06:13:13 mike Exp $ */ +/* $NetBSD: ip_log.c,v 1.14 2001/09/28 11:59:55 chs Exp $ */ /* * Copyright (C) 1997-2000 by Darren Reed. @@ -10,6 +10,7 @@ * Id: ip_log.c,v 2.5.2.2 2000/08/13 03:50:41 darrenr Exp */ #include +#include #if defined(KERNEL) && !defined(_KERNEL) # define _KERNEL #endif diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c index ce9a71bff8cc..595fd020aca5 100644 --- a/sys/ufs/lfs/lfs_alloc.c +++ b/sys/ufs/lfs/lfs_alloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: lfs_alloc.c,v 1.49 2001/09/15 20:36:43 chs Exp $ */ +/* $NetBSD: lfs_alloc.c,v 1.50 2001/09/28 11:59:55 chs Exp $ */ /*- * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc. @@ -83,6 +83,7 @@ #include #include #include +#include #include #include diff --git a/sys/uvm/uvm_bio.c b/sys/uvm/uvm_bio.c index 06a11685ed59..0137e25901eb 100644 --- a/sys/uvm/uvm_bio.c +++ b/sys/uvm/uvm_bio.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_bio.c,v 1.18 2001/09/15 20:36:45 chs Exp $ */ +/* $NetBSD: uvm_bio.c,v 1.19 2001/09/28 11:59:55 chs Exp $ */ /* * Copyright (c) 1998 Chuck Silvers. @@ -41,6 +41,7 @@ #include #include #include +#include #include diff --git a/sys/uvm/uvm_page.c b/sys/uvm/uvm_page.c index 8354356b3bb1..825ee2873c15 100644 --- a/sys/uvm/uvm_page.c +++ b/sys/uvm/uvm_page.c @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_page.c,v 1.67 2001/09/15 20:36:46 chs Exp $ */ +/* $NetBSD: uvm_page.c,v 1.68 2001/09/28 11:59:55 chs Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -78,6 +78,7 @@ #include #include #include +#include #define UVM_PAGE /* pull in uvm_page.h functions */ #include