Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/ofw add <sys/systm.h> (for libkern.h) now tha...



details:   https://anonhg.NetBSD.org/src/rev/491db038a5ee
branches:  trunk
changeset: 519958:491db038a5ee
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Dec 31 15:01:51 2001 +0000

description:
add <sys/systm.h> (for libkern.h) now that -ffree-standing is in effect

diffstat:

 sys/arch/arm32/ofw/com_ofisa_machdep.c |  3 ++-
 sys/arch/arm32/ofw/lpt_ofisa_machdep.c |  3 ++-
 sys/arch/arm32/ofw/ofisa_machdep.c     |  3 ++-
 sys/arch/arm32/ofw/wdc_ofisa_machdep.c |  3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diffs (68 lines):

diff -r 87c0be2fc9d4 -r 491db038a5ee sys/arch/arm32/ofw/com_ofisa_machdep.c
--- a/sys/arch/arm32/ofw/com_ofisa_machdep.c    Mon Dec 31 15:00:58 2001 +0000
+++ b/sys/arch/arm32/ofw/com_ofisa_machdep.c    Mon Dec 31 15:01:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: com_ofisa_machdep.c,v 1.2 1998/05/01 21:13:54 cgd Exp $        */
+/*     $NetBSD: com_ofisa_machdep.c,v 1.3 2001/12/31 15:01:51 lukem Exp $      */
 
 /*
  * Copyright 1998
@@ -35,6 +35,7 @@
 
 #include <sys/param.h>
 #include <sys/device.h>
+#include <sys/systm.h>
 #include <machine/bus.h>
 #include <machine/intr.h>
 
diff -r 87c0be2fc9d4 -r 491db038a5ee sys/arch/arm32/ofw/lpt_ofisa_machdep.c
--- a/sys/arch/arm32/ofw/lpt_ofisa_machdep.c    Mon Dec 31 15:00:58 2001 +0000
+++ b/sys/arch/arm32/ofw/lpt_ofisa_machdep.c    Mon Dec 31 15:01:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lpt_ofisa_machdep.c,v 1.3 1998/10/28 04:21:57 mark Exp $       */
+/*     $NetBSD: lpt_ofisa_machdep.c,v 1.4 2001/12/31 15:01:51 lukem Exp $      */
 
 /*
  * Copyright 1998
@@ -35,6 +35,7 @@
 
 #include <sys/param.h>
 #include <sys/device.h>
+#include <sys/systm.h>
 #include <machine/bus.h>
 #include <machine/intr.h>
 
diff -r 87c0be2fc9d4 -r 491db038a5ee sys/arch/arm32/ofw/ofisa_machdep.c
--- a/sys/arch/arm32/ofw/ofisa_machdep.c        Mon Dec 31 15:00:58 2001 +0000
+++ b/sys/arch/arm32/ofw/ofisa_machdep.c        Mon Dec 31 15:01:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ofisa_machdep.c,v 1.4 1998/07/27 00:48:15 thorpej Exp $        */
+/*     $NetBSD: ofisa_machdep.c,v 1.5 2001/12/31 15:01:51 lukem Exp $  */
 
 /*
  * Copyright 1998
@@ -35,6 +35,7 @@
 
 #include <sys/param.h>
 #include <sys/device.h>
+#include <sys/systm.h>
 #include <machine/bus.h>
 #include <machine/intr.h>
 
diff -r 87c0be2fc9d4 -r 491db038a5ee sys/arch/arm32/ofw/wdc_ofisa_machdep.c
--- a/sys/arch/arm32/ofw/wdc_ofisa_machdep.c    Mon Dec 31 15:00:58 2001 +0000
+++ b/sys/arch/arm32/ofw/wdc_ofisa_machdep.c    Mon Dec 31 15:01:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wdc_ofisa_machdep.c,v 1.2 1998/05/01 21:14:00 cgd Exp $        */
+/*     $NetBSD: wdc_ofisa_machdep.c,v 1.3 2001/12/31 15:01:51 lukem Exp $      */
 
 /*
  * Copyright 1998
@@ -35,6 +35,7 @@
 
 #include <sys/param.h>
 #include <sys/device.h>
+#include <sys/systm.h>
 #include <machine/bus.h>
 #include <machine/intr.h>
 



Home | Main Index | Thread Index | Old Index