From a2a3828545f06ae25986dcfcd3831f7308c09784 Mon Sep 17 00:00:00 2001 From: ad Date: Fri, 19 Oct 2007 11:59:34 +0000 Subject: machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h --- sys/dev/dec/dz.c | 6 +++--- sys/dev/dec/dzkbd.c | 6 +++--- sys/dev/dec/dzms.c | 6 +++--- sys/dev/dec/if_le_dec.c | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) (limited to 'sys/dev/dec') diff --git a/sys/dev/dec/dz.c b/sys/dev/dec/dz.c index 3fde7eaaab3..8e3ff18effa 100644 --- a/sys/dev/dec/dz.c +++ b/sys/dev/dec/dz.c @@ -1,4 +1,4 @@ -/* $NetBSD: dz.c,v 1.29 2007/10/08 16:52:49 ad Exp $ */ +/* $NetBSD: dz.c,v 1.30 2007/10/19 11:59:40 ad Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -67,7 +67,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.29 2007/10/08 16:52:49 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.30 2007/10/19 11:59:40 ad Exp $"); #include #include @@ -84,7 +84,7 @@ __KERNEL_RCSID(0, "$NetBSD: dz.c,v 1.29 2007/10/08 16:52:49 ad Exp $"); #include #include -#include +#include #include #include diff --git a/sys/dev/dec/dzkbd.c b/sys/dev/dec/dzkbd.c index 36f315738cc..fee15177aa8 100644 --- a/sys/dev/dec/dzkbd.c +++ b/sys/dev/dec/dzkbd.c @@ -1,4 +1,4 @@ -/* $NetBSD: dzkbd.c,v 1.18 2007/07/14 17:23:21 ad Exp $ */ +/* $NetBSD: dzkbd.c,v 1.19 2007/10/19 11:59:40 ad Exp $ */ /* * Copyright (c) 1992, 1993 @@ -45,7 +45,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: dzkbd.c,v 1.18 2007/07/14 17:23:21 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dzkbd.c,v 1.19 2007/10/19 11:59:40 ad Exp $"); #include #include @@ -60,7 +60,7 @@ __KERNEL_RCSID(0, "$NetBSD: dzkbd.c,v 1.18 2007/07/14 17:23:21 ad Exp $"); #include #include -#include +#include #include #include diff --git a/sys/dev/dec/dzms.c b/sys/dev/dec/dzms.c index 7fff7869b5e..a28cf108b83 100644 --- a/sys/dev/dec/dzms.c +++ b/sys/dev/dec/dzms.c @@ -1,4 +1,4 @@ -/* $NetBSD: dzms.c,v 1.16 2007/03/04 06:01:45 christos Exp $ */ +/* $NetBSD: dzms.c,v 1.17 2007/10/19 11:59:40 ad Exp $ */ /* * Copyright (c) 1992, 1993 @@ -45,7 +45,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: dzms.c,v 1.16 2007/03/04 06:01:45 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: dzms.c,v 1.17 2007/10/19 11:59:40 ad Exp $"); #include #include @@ -56,7 +56,7 @@ __KERNEL_RCSID(0, "$NetBSD: dzms.c,v 1.16 2007/03/04 06:01:45 christos Exp $"); #include #include -#include +#include #include #include diff --git a/sys/dev/dec/if_le_dec.c b/sys/dev/dec/if_le_dec.c index a3aedcd3dca..449843efbfd 100644 --- a/sys/dev/dec/if_le_dec.c +++ b/sys/dev/dec/if_le_dec.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le_dec.c,v 1.17 2005/12/24 20:27:29 perry Exp $ */ +/* $NetBSD: if_le_dec.c,v 1.18 2007/10/19 11:59:40 ad Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -73,7 +73,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.17 2005/12/24 20:27:29 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.18 2007/10/19 11:59:40 ad Exp $"); #include "opt_inet.h" #include "bpfilter.h" @@ -102,7 +102,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_le_dec.c,v 1.17 2005/12/24 20:27:29 perry Exp $") #include #include -#include +#include /* access LANCE registers */ void le_dec_writereg(volatile u_short *regptr, u_short val); -- cgit