diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c index c2e8780d86b..75bf626d532 100644 --- a/sys/compat/linux/linux_ioctl.c +++ b/sys/compat/linux/linux_ioctl.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$ + * $Id: linux_ioctl.c,v 1.14 1997/02/22 09:38:21 peter Exp $ */ #include @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 0fb8085b14b..706e83d61e2 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$ + * $Id: linux_misc.c,v 1.24 1997/02/22 09:38:23 peter Exp $ */ #include @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 1bbc540060a..54443dc1e26 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: cy.c,v 1.45 1997/02/22 09:36:03 peter Exp $ */ #include "cy.h" @@ -76,7 +76,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 1bbc540060a..54443dc1e26 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: cy.c,v 1.45 1997/02/22 09:36:03 peter Exp $ */ #include "cy.h" @@ -76,7 +76,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index af4fcc24952..10f7728e9d3 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id$ + * dgb.c $Id: dgb.c,v 1.23 1997/02/22 09:29:42 peter Exp $ * * Digiboard driver. * @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index e08c6379108..b18ad710c59 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id$ + * $Id: fd.c,v 1.97 1997/02/22 09:36:09 peter Exp $ * */ @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/mcd/mcd.c b/sys/dev/mcd/mcd.c index 4fa60863a9a..d48add72a03 100644 --- a/sys/dev/mcd/mcd.c +++ b/sys/dev/mcd/mcd.c @@ -40,7 +40,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: mcd.c,v 1.85 1997/02/22 09:36:53 peter Exp $ */ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; @@ -50,7 +50,7 @@ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 677ae14807f..5a2ce2ca4d8 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index c2ae76c1bad..0fa4bfb9a0b 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id$ + * $Id: si.c,v 1.55 1997/02/22 09:37:06 peter Exp $ */ #ifndef lint @@ -46,7 +46,7 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199 #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 0c835f048bd..896812e4d2b 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id$ + * $Id: sio.c,v 1.159 1997/02/22 09:37:09 peter Exp $ */ #include "opt_comconsole.h" @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 0e14b604dda..fbb6f9179ed 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -23,7 +23,7 @@ #include /* Oooh..We need O/NTTYDISC */ #include #include -#include +#include #include #include #include diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index e1011ffba4f..f2936c99ec9 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -38,7 +38,7 @@ * from: Utah Hdr: vn.c 1.13 94/04/02 * * from: @(#)vn.c 8.6 (Berkeley) 4/1/94 - * $Id$ + * $Id: vn.c,v 1.44 1997/02/22 09:28:58 peter Exp $ */ /* @@ -79,7 +79,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/fs/cd9660/cd9660_vfsops.c b/sys/fs/cd9660/cd9660_vfsops.c index 8ee2b8eee82..5c2bf7ceaa9 100644 --- a/sys/fs/cd9660/cd9660_vfsops.c +++ b/sys/fs/cd9660/cd9660_vfsops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_vfsops.c 8.18 (Berkeley) 5/22/95 - * $Id$ + * $Id: cd9660_vfsops.c,v 1.19 1997/02/22 09:38:50 peter Exp $ */ #include @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c index 599697c3c16..683c10b448f 100644 --- a/sys/fs/fifofs/fifo_vnops.c +++ b/sys/fs/fifofs/fifo_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fifo_vnops.c 8.10 (Berkeley) 5/27/95 - * $Id$ + * $Id: fifo_vnops.c,v 1.22 1997/02/22 09:40:17 peter Exp $ */ #include @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index cf37d4d2318..896c4f03e2a 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vfsops.c,v 1.17 1997/02/26 14:23:14 bde Exp $ */ +/* $Id: msdosfs_vfsops.c,v 1.18 1997/03/18 19:50:10 peter Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */ /*- @@ -57,7 +57,7 @@ #include /* XXX */ /* defines v_rdev */ #include #include -#include +#include #include #include diff --git a/sys/fs/portalfs/portal_vnops.c b/sys/fs/portalfs/portal_vnops.c index c46668f1f8f..b8118a8a5d7 100644 --- a/sys/fs/portalfs/portal_vnops.c +++ b/sys/fs/portalfs/portal_vnops.c @@ -35,7 +35,7 @@ * * @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95 * - * $Id$ + * $Id: portal_vnops.c,v 1.17 1997/02/22 09:40:25 peter Exp $ */ /* @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c index 063cd44d310..a437b54d291 100644 --- a/sys/fs/unionfs/union_subr.c +++ b/sys/fs/unionfs/union_subr.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_subr.c 8.20 (Berkeley) 5/20/95 - * $Id$ + * $Id: union_subr.c,v 1.14 1997/02/22 09:40:40 peter Exp $ */ #include @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c index ae6a71256d0..7909706d002 100644 --- a/sys/fs/unionfs/union_vnops.c +++ b/sys/fs/unionfs/union_vnops.c @@ -35,13 +35,13 @@ * SUCH DAMAGE. * * @(#)union_vnops.c 8.32 (Berkeley) 6/23/95 - * $Id$ + * $Id: union_vnops.c,v 1.19 1997/02/22 09:40:42 peter Exp $ */ #include #include #include -#include +#include #include #include #include diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c index f01c0595469..3330a2274b7 100644 --- a/sys/gnu/ext2fs/ext2_vfsops.c +++ b/sys/gnu/ext2fs/ext2_vfsops.c @@ -55,7 +55,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index f01c0595469..3330a2274b7 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -55,7 +55,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c index af4fcc24952..10f7728e9d3 100644 --- a/sys/gnu/i386/isa/dgb.c +++ b/sys/gnu/i386/isa/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id$ + * dgb.c $Id: dgb.c,v 1.23 1997/02/22 09:29:42 peter Exp $ * * Digiboard driver. * @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/ibcs2/ibcs2_fcntl.c b/sys/i386/ibcs2/ibcs2_fcntl.c index a53f282084a..ca25ea1571a 100644 --- a/sys/i386/ibcs2/ibcs2_fcntl.c +++ b/sys/i386/ibcs2/ibcs2_fcntl.c @@ -24,13 +24,14 @@ * (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$ + * $Id: ibcs2_fcntl.c,v 1.6 1997/02/22 09:33:18 peter Exp $ */ #include #include #include #include +#include #include #include #include diff --git a/sys/i386/ibcs2/ibcs2_ioctl.c b/sys/i386/ibcs2/ibcs2_ioctl.c index 082d6081ebc..60938457f3e 100644 --- a/sys/i386/ibcs2/ibcs2_ioctl.c +++ b/sys/i386/ibcs2/ibcs2_ioctl.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c index 321d0fa166a..aa5e1d87106 100644 --- a/sys/i386/ibcs2/ibcs2_misc.c +++ b/sys/i386/ibcs2/ibcs2_misc.c @@ -45,7 +45,7 @@ * * @(#)sun_misc.c 8.1 (Berkeley) 6/18/93 * - * $Id$ + * $Id: ibcs2_misc.c,v 1.16 1997/02/22 09:33:22 peter Exp $ */ /* @@ -58,6 +58,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index 34850b5649a..e4ee8cc3953 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -26,7 +26,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$ + * $Id: imgact_coff.c,v 1.21 1997/02/22 09:33:30 peter Exp $ */ #include @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/cx.c b/sys/i386/isa/cx.c index cc9b3b99400..0893b05c257 100644 --- a/sys/i386/isa/cx.c +++ b/sys/i386/isa/cx.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c index 1bbc540060a..54443dc1e26 100644 --- a/sys/i386/isa/cy.c +++ b/sys/i386/isa/cy.c @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: cy.c,v 1.45 1997/02/22 09:36:03 peter Exp $ */ #include "cy.h" @@ -76,7 +76,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/fd.c b/sys/i386/isa/fd.c index e08c6379108..b18ad710c59 100644 --- a/sys/i386/isa/fd.c +++ b/sys/i386/isa/fd.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id$ + * $Id: fd.c,v 1.97 1997/02/22 09:36:09 peter Exp $ * */ @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/istallion.c b/sys/i386/isa/istallion.c index 186fafc4620..314cad0cce3 100644 --- a/sys/i386/isa/istallion.c +++ b/sys/i386/isa/istallion.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: istallion.c,v 1.8 1997/02/22 09:36:43 peter Exp $ + * $Id: istallion.c,v 1.9 1997/03/13 03:51:25 davidn Exp $ */ /*****************************************************************************/ @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c index f256d444d3f..5ee59da0c3f 100644 --- a/sys/i386/isa/matcd/matcd.c +++ b/sys/i386/isa/matcd/matcd.c @@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95"; static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV"; /* The proceeding strings may not be changed*/ -/* $Id$ */ +/* $Id: matcd.c,v 1.22 1997/02/22 09:38:11 peter Exp $ */ /*--------------------------------------------------------------------------- Include declarations @@ -351,7 +351,7 @@ static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank #include #include #include -#include +#include #include #include diff --git a/sys/i386/isa/mcd.c b/sys/i386/isa/mcd.c index 4fa60863a9a..d48add72a03 100644 --- a/sys/i386/isa/mcd.c +++ b/sys/i386/isa/mcd.c @@ -40,7 +40,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: mcd.c,v 1.85 1997/02/22 09:36:53 peter Exp $ */ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; @@ -50,7 +50,7 @@ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/psm.c b/sys/i386/isa/psm.c index ea3e22472d6..ffb5caadbe4 100644 --- a/sys/i386/isa/psm.c +++ b/sys/i386/isa/psm.c @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: psm.c,v 1.37 1997/02/22 09:37:01 peter Exp $ */ /* @@ -66,7 +66,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/rc.c b/sys/i386/isa/rc.c index 677ae14807f..5a2ce2ca4d8 100644 --- a/sys/i386/isa/rc.c +++ b/sys/i386/isa/rc.c @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c index c2ae76c1bad..0fa4bfb9a0b 100644 --- a/sys/i386/isa/si.c +++ b/sys/i386/isa/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id$ + * $Id: si.c,v 1.55 1997/02/22 09:37:06 peter Exp $ */ #ifndef lint @@ -46,7 +46,7 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199 #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 0c835f048bd..896812e4d2b 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id$ + * $Id: sio.c,v 1.159 1997/02/22 09:37:09 peter Exp $ */ #include "opt_comconsole.h" @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h index 5b233b5f943..9ee44a1384c 100644 --- a/sys/i386/isa/sound/os.h +++ b/sys/i386/isa/sound/os.h @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c index 10ed5e22ce0..b4aea0b594a 100644 --- a/sys/i386/isa/stallion.c +++ b/sys/i386/isa/stallion.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: stallion.c,v 1.6 1997/02/22 09:37:13 peter Exp $ + * $Id: stallion.c,v 1.7 1997/03/13 04:13:45 davidn Exp $ */ /*****************************************************************************/ @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/i386/linux/linux_ioctl.c b/sys/i386/linux/linux_ioctl.c index c2e8780d86b..75bf626d532 100644 --- a/sys/i386/linux/linux_ioctl.c +++ b/sys/i386/linux/linux_ioctl.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$ + * $Id: linux_ioctl.c,v 1.14 1997/02/22 09:38:21 peter Exp $ */ #include @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/i386/linux/linux_misc.c b/sys/i386/linux/linux_misc.c index 0fb8085b14b..706e83d61e2 100644 --- a/sys/i386/linux/linux_misc.c +++ b/sys/i386/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$ + * $Id: linux_misc.c,v 1.24 1997/02/22 09:38:23 peter Exp $ */ #include @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/isa/fd.c b/sys/isa/fd.c index e08c6379108..b18ad710c59 100644 --- a/sys/isa/fd.c +++ b/sys/isa/fd.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id$ + * $Id: fd.c,v 1.97 1997/02/22 09:36:09 peter Exp $ * */ @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 0c835f048bd..896812e4d2b 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id$ + * $Id: sio.c,v 1.159 1997/02/22 09:37:09 peter Exp $ */ #include "opt_comconsole.h" @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 8ee2b8eee82..5c2bf7ceaa9 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_vfsops.c 8.18 (Berkeley) 5/22/95 - * $Id$ + * $Id: cd9660_vfsops.c,v 1.19 1997/02/22 09:38:50 peter Exp $ */ #include @@ -48,7 +48,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 5867fde6f7a..525d76deb6c 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -26,7 +26,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$ + * $Id: imgact_elf.c,v 1.16 1997/02/22 09:38:56 peter Exp $ */ #include "opt_rlimit.h" @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 662562b7cc1..fbbe6f49d1a 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)kern_acct.c 8.1 (Berkeley) 6/14/93 - * $Id$ + * $Id: kern_acct.c,v 1.13 1997/02/22 09:39:00 peter Exp $ */ #include @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c index b2f73ed537b..f8e4e251e7c 100644 --- a/sys/kern/kern_ktrace.c +++ b/sys/kern/kern_ktrace.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_ktrace.c 8.2 (Berkeley) 9/23/93 - * $Id$ + * $Id: kern_ktrace.c,v 1.17 1997/02/22 09:39:05 peter Exp $ */ #include "opt_ktrace.h" @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/kern_lkm.c b/sys/kern/kern_lkm.c index 19e02909a4f..16fd67bdd5d 100644 --- a/sys/kern/kern_lkm.c +++ b/sys/kern/kern_lkm.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_lkm.c,v 1.36 1997/02/22 09:39:06 peter Exp $ + * $Id: kern_lkm.c,v 1.37 1997/02/27 16:40:20 bde Exp $ */ #include @@ -39,7 +39,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 772e054458f..e0b28e05c5b 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_sig.c 8.7 (Berkeley) 4/18/94 - * $Id$ + * $Id: kern_sig.c,v 1.30 1997/02/22 09:39:11 peter Exp $ */ #include "opt_ktrace.h" @@ -54,7 +54,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index d76bd6cc6b1..a2d31dd659b 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)subr_log.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: subr_log.c,v 1.20 1997/02/22 09:39:16 peter Exp $ */ /* @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #ifdef DEVFS diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c index 67ac7c59304..5bbb3f16459 100644 --- a/sys/kern/sys_generic.c +++ b/sys/kern/sys_generic.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)sys_generic.c 8.5 (Berkeley) 1/21/94 - * $Id: sys_generic.c,v 1.23 1997/02/22 09:39:19 peter Exp $ + * $Id: sys_generic.c,v 1.24 1997/03/22 08:03:36 bde Exp $ */ #include "opt_ktrace.h" @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 66b0ac70aa7..71bbed0a334 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: sys_pipe.c,v 1.24 1997/02/22 09:39:19 peter Exp $ + * $Id: sys_pipe.c,v 1.25 1997/03/22 06:52:57 bde Exp $ */ #ifndef OLD_PIPE @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index eab70deac31..f8b027d209c 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -31,13 +31,14 @@ * SUCH DAMAGE. * * @(#)sys_socket.c 8.1 (Berkeley) 6/10/93 - * $Id$ + * $Id: sys_socket.c,v 1.10 1997/02/22 09:39:20 peter Exp $ */ #include #include #include #include +#include #include #include #include diff --git a/sys/kern/tty.c b/sys/kern/tty.c index a1e516da349..e598206bb4c 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.91 1997/02/22 09:39:23 peter Exp $ + * $Id: tty.c,v 1.92 1997/03/22 06:52:58 bde Exp $ */ /*- @@ -77,7 +77,7 @@ #define TTYDEFCHARS #include #undef TTYDEFCHARS -#include +#include #include #include #include diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index c72c15f3a4e..6326fda8d44 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_pty.c 8.4 (Berkeley) 2/20/95 - * $Id$ + * $Id: tty_pty.c,v 1.41 1997/02/22 09:39:25 peter Exp $ */ /* @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/tty_snoop.c b/sys/kern/tty_snoop.c index 0e14b604dda..fbb6f9179ed 100644 --- a/sys/kern/tty_snoop.c +++ b/sys/kern/tty_snoop.c @@ -23,7 +23,7 @@ #include /* Oooh..We need O/NTTYDISC */ #include #include -#include +#include #include #include #include diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index 40e5baf16e7..b1acc262429 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_tty.c 8.2 (Berkeley) 9/23/93 - * $Id$ + * $Id: tty_tty.c,v 1.14 1997/02/22 09:39:27 peter Exp $ */ /* @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #ifdef DEVFS #include diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index 7fdfca8a49d..9f7020734d1 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -31,14 +31,14 @@ * SUCH DAMAGE. * * @(#)uipc_socket.c 8.3 (Berkeley) 4/15/94 - * $Id: uipc_socket.c,v 1.23 1997/02/22 09:39:28 peter Exp $ + * $Id: uipc_socket.c,v 1.24 1997/02/24 20:30:56 wollman Exp $ */ #include #include #include #include -#include +#include #include #include #include diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 756e960cd60..e3aca303448 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_syscalls.c 8.4 (Berkeley) 2/21/94 - * $Id$ + * $Id: uipc_syscalls.c,v 1.22 1997/02/22 09:39:29 peter Exp $ */ #include "opt_ktrace.h" @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index 3c68f051c1c..0a47414e51a 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)uipc_usrreq.c 8.3 (Berkeley) 1/4/94 - * $Id: uipc_usrreq.c,v 1.20 1997/02/24 20:30:58 wollman Exp $ + * $Id: uipc_usrreq.c,v 1.21 1997/03/21 16:12:32 wpaul Exp $ */ #include @@ -39,6 +39,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 26e98672216..6404a8c502a 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.58 1997/02/22 09:39:35 peter Exp $ + * $Id: vfs_syscalls.c,v 1.59 1997/03/05 01:42:14 msmith Exp $ */ /* @@ -55,6 +55,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 26e98672216..6404a8c502a 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.58 1997/02/22 09:39:35 peter Exp $ + * $Id: vfs_syscalls.c,v 1.59 1997/03/05 01:42:14 msmith Exp $ */ /* @@ -55,6 +55,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 31d2c23b381..431913ffe96 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -36,12 +36,13 @@ * SUCH DAMAGE. * * @(#)vfs_vnops.c 8.2 (Berkeley) 1/21/94 - * $Id: vfs_vnops.c,v 1.31 1997/03/07 07:42:41 gpalmer Exp $ + * $Id: vfs_vnops.c,v 1.32 1997/03/08 15:14:30 guido Exp $ */ #include #include #include +#include #include #include #include diff --git a/sys/miscfs/fifofs/fifo_vnops.c b/sys/miscfs/fifofs/fifo_vnops.c index 599697c3c16..683c10b448f 100644 --- a/sys/miscfs/fifofs/fifo_vnops.c +++ b/sys/miscfs/fifofs/fifo_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)fifo_vnops.c 8.10 (Berkeley) 5/27/95 - * $Id$ + * $Id: fifo_vnops.c,v 1.22 1997/02/22 09:40:17 peter Exp $ */ #include @@ -46,6 +46,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/miscfs/portal/portal_vnops.c b/sys/miscfs/portal/portal_vnops.c index c46668f1f8f..b8118a8a5d7 100644 --- a/sys/miscfs/portal/portal_vnops.c +++ b/sys/miscfs/portal/portal_vnops.c @@ -35,7 +35,7 @@ * * @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95 * - * $Id$ + * $Id: portal_vnops.c,v 1.17 1997/02/22 09:40:25 peter Exp $ */ /* @@ -52,6 +52,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c index 063cd44d310..a437b54d291 100644 --- a/sys/miscfs/union/union_subr.c +++ b/sys/miscfs/union/union_subr.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)union_subr.c 8.20 (Berkeley) 5/20/95 - * $Id$ + * $Id: union_subr.c,v 1.14 1997/02/22 09:40:40 peter Exp $ */ #include @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index ae6a71256d0..7909706d002 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -35,13 +35,13 @@ * SUCH DAMAGE. * * @(#)union_vnops.c 8.32 (Berkeley) 6/23/95 - * $Id$ + * $Id: union_vnops.c,v 1.19 1997/02/22 09:40:42 peter Exp $ */ #include #include #include -#include +#include #include #include #include diff --git a/sys/msdosfs/msdosfs_vfsops.c b/sys/msdosfs/msdosfs_vfsops.c index cf37d4d2318..896c4f03e2a 100644 --- a/sys/msdosfs/msdosfs_vfsops.c +++ b/sys/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vfsops.c,v 1.17 1997/02/26 14:23:14 bde Exp $ */ +/* $Id: msdosfs_vfsops.c,v 1.18 1997/03/18 19:50:10 peter Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.19 1994/08/21 18:44:10 ws Exp $ */ /*- @@ -57,7 +57,7 @@ #include /* XXX */ /* defines v_rdev */ #include #include -#include +#include #include #include diff --git a/sys/net/bpf.c b/sys/net/bpf.c index ffd4e30bc72..db05aed6348 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -37,7 +37,7 @@ * * @(#)bpf.c 8.2 (Berkeley) 3/28/94 * - * $Id$ + * $Id: bpf.c,v 1.29 1997/02/22 09:40:52 peter Exp $ */ #include "bpfilter.h" @@ -60,7 +60,7 @@ #include #include -#include +#include #if defined(sparc) && BSD < 199103 #include #endif diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c index 79f0c665d00..3fa5e8a2fcf 100644 --- a/sys/net/if_sl.c +++ b/sys/net/if_sl.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_sl.c 8.6 (Berkeley) 2/1/94 - * $Id: if_sl.c,v 1.49 1997/02/22 09:41:06 peter Exp $ + * $Id: if_sl.c,v 1.50 1997/03/11 19:39:21 bde Exp $ */ /* @@ -78,7 +78,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 985afc41864..c58e2656448 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c index c9c9428fa64..f1c9e07f05d 100644 --- a/sys/net/ppp_tty.c +++ b/sys/net/ppp_tty.c @@ -70,7 +70,7 @@ * Paul Mackerras (paulus@cs.anu.edu.au). */ -/* $Id$ */ +/* $Id: ppp_tty.c,v 1.13 1997/02/22 09:41:11 peter Exp $ */ /* from Id: ppp_tty.c,v 1.3 1995/08/16 01:36:40 paulus Exp */ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ @@ -87,7 +87,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index 7a2b04933f1..4da890acfb1 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id$ + * $Id: cd.c,v 1.78 1997/02/22 09:44:23 peter Exp $ */ #include "opt_bounce.h" @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/sys/file.h b/sys/sys/file.h index 0d9f83cac06..5a53ed7dc6b 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -31,14 +31,14 @@ * SUCH DAMAGE. * * @(#)file.h 8.3 (Berkeley) 1/9/95 - * $Id$ + * $Id: file.h,v 1.12 1997/02/22 09:45:14 peter Exp $ */ #ifndef _SYS_FILE_H_ #define _SYS_FILE_H_ -#include #ifndef KERNEL +#include #include #endif diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index c63e5b79eff..625097537a5 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_vfsops.c 8.31 (Berkeley) 5/20/95 - * $Id: ffs_vfsops.c,v 1.48 1997/03/18 19:50:12 peter Exp $ + * $Id: ffs_vfsops.c,v 1.49 1997/03/22 06:53:30 bde Exp $ */ #include "opt_quota.h" @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/ufs/lfs/lfs_vfsops.c b/sys/ufs/lfs/lfs_vfsops.c index 265a580978f..0b85cdd9d18 100644 --- a/sys/ufs/lfs/lfs_vfsops.c +++ b/sys/ufs/lfs/lfs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_vfsops.c 8.20 (Berkeley) 6/10/95 - * $Id: lfs_vfsops.c,v 1.16 1997/02/22 09:47:25 peter Exp $ + * $Id: lfs_vfsops.c,v 1.17 1997/03/23 00:45:23 bde Exp $ */ #include "opt_quota.h" @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c index 416df5b3032..ce9ef410823 100644 --- a/sys/ufs/ufs/ufs_quota.c +++ b/sys/ufs/ufs/ufs_quota.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ufs_quota.c 8.5 (Berkeley) 5/20/95 - * $Id: ufs_quota.c,v 1.11 1997/02/22 09:47:50 peter Exp $ + * $Id: ufs_quota.c,v 1.12 1997/03/09 06:10:34 mpp Exp $ */ #include "opt_quota.h" /* not really necessary... */ @@ -44,7 +44,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index c760938e3cf..57e3098d1fb 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -38,7 +38,7 @@ * from: Utah $Hdr: vm_mmap.c 1.6 91/10/21$ * * @(#)vm_mmap.c 8.4 (Berkeley) 1/12/94 - * $Id$ + * $Id: vm_mmap.c,v 1.62 1997/02/22 09:48:27 peter Exp $ */ /* @@ -54,6 +54,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index c43c55f3db5..6082278f440 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_swap.c 8.5 (Berkeley) 2/17/94 - * $Id$ + * $Id: vm_swap.c,v 1.42 1997/02/22 09:48:40 peter Exp $ */ #include @@ -46,7 +46,7 @@ #include #include /* XXX */ #include -#include +#include #include #include #include