Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/stand/boot No need to include <sys/systm.h>...
details: https://anonhg.NetBSD.org/src/rev/a791f6ac0ecb
branches: trunk
changeset: 784159:a791f6ac0ecb
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Jan 20 13:35:43 2013 +0000
description:
No need to include <sys/systm.h> in standalone sources.
diffstat:
sys/arch/luna68k/stand/boot/bmc.c | 3 +--
sys/arch/luna68k/stand/boot/bmd.c | 3 +--
sys/arch/luna68k/stand/boot/font.c | 3 +--
sys/arch/luna68k/stand/boot/if_le.c | 3 +--
sys/arch/luna68k/stand/boot/init_main.c | 3 +--
5 files changed, 5 insertions(+), 10 deletions(-)
diffs (85 lines):
diff -r 5aaa806d0d14 -r a791f6ac0ecb sys/arch/luna68k/stand/boot/bmc.c
--- a/sys/arch/luna68k/stand/boot/bmc.c Sun Jan 20 11:01:17 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/bmc.c Sun Jan 20 13:35:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bmc.c,v 1.1 2013/01/05 17:44:24 tsutsui Exp $ */
+/* $NetBSD: bmc.c,v 1.2 2013/01/20 13:35:43 tsutsui Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -76,7 +76,6 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
#include <luna68k/stand/boot/samachdep.h>
#include <luna68k/stand/boot/rcvbuf.h>
#include <luna68k/stand/boot/preset.h>
diff -r 5aaa806d0d14 -r a791f6ac0ecb sys/arch/luna68k/stand/boot/bmd.c
--- a/sys/arch/luna68k/stand/boot/bmd.c Sun Jan 20 11:01:17 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/bmd.c Sun Jan 20 13:35:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bmd.c,v 1.1 2013/01/05 17:44:24 tsutsui Exp $ */
+/* $NetBSD: bmd.c,v 1.2 2013/01/20 13:35:43 tsutsui Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -78,7 +78,6 @@
#include <sys/param.h>
-#include <sys/systm.h>
#include <luna68k/stand/boot/samachdep.h>
#define isprint(c) ( c < 0x20 ? 0 : 1)
diff -r 5aaa806d0d14 -r a791f6ac0ecb sys/arch/luna68k/stand/boot/font.c
--- a/sys/arch/luna68k/stand/boot/font.c Sun Jan 20 11:01:17 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/font.c Sun Jan 20 13:35:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: font.c,v 1.1 2013/01/05 17:44:24 tsutsui Exp $ */
+/* $NetBSD: font.c,v 1.2 2013/01/20 13:35:43 tsutsui Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -77,7 +77,6 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
u_short bmdfont[][20] = {
{ /* 0x00 */
diff -r 5aaa806d0d14 -r a791f6ac0ecb sys/arch/luna68k/stand/boot/if_le.c
--- a/sys/arch/luna68k/stand/boot/if_le.c Sun Jan 20 11:01:17 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/if_le.c Sun Jan 20 13:35:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_le.c,v 1.1 2013/01/13 14:10:55 tsutsui Exp $ */
+/* $NetBSD: if_le.c,v 1.2 2013/01/20 13:35:43 tsutsui Exp $ */
/*
* Copyright (c) 2013 Izumi Tsutsui. All rights reserved.
@@ -59,7 +59,6 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
#include <machine/cpu.h>
diff -r 5aaa806d0d14 -r a791f6ac0ecb sys/arch/luna68k/stand/boot/init_main.c
--- a/sys/arch/luna68k/stand/boot/init_main.c Sun Jan 20 11:01:17 2013 +0000
+++ b/sys/arch/luna68k/stand/boot/init_main.c Sun Jan 20 13:35:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_main.c,v 1.3 2013/01/13 14:10:55 tsutsui Exp $ */
+/* $NetBSD: init_main.c,v 1.4 2013/01/20 13:35:43 tsutsui Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -71,7 +71,6 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
#include <machine/cpu.h>
#include <luna68k/stand/boot/samachdep.h>
#include <luna68k/stand/boot/stinger.h>
Home |
Main Index |
Thread Index |
Old Index