Module Name: src Committed By: tsutsui Date: Sun Jan 20 13:35:43 UTC 2013
Modified Files: src/sys/arch/luna68k/stand/boot: bmc.c bmd.c font.c if_le.c init_main.c Log Message: No need to include <sys/systm.h> in standalone sources. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/bmc.c \ src/sys/arch/luna68k/stand/boot/bmd.c \ src/sys/arch/luna68k/stand/boot/font.c \ src/sys/arch/luna68k/stand/boot/if_le.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/luna68k/stand/boot/init_main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/luna68k/stand/boot/bmc.c diff -u src/sys/arch/luna68k/stand/boot/bmc.c:1.1 src/sys/arch/luna68k/stand/boot/bmc.c:1.2 --- src/sys/arch/luna68k/stand/boot/bmc.c:1.1 Sat Jan 5 17:44:24 2013 +++ src/sys/arch/luna68k/stand/boot/bmc.c Sun Jan 20 13:35:43 2013 @@ -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> Index: src/sys/arch/luna68k/stand/boot/bmd.c diff -u src/sys/arch/luna68k/stand/boot/bmd.c:1.1 src/sys/arch/luna68k/stand/boot/bmd.c:1.2 --- src/sys/arch/luna68k/stand/boot/bmd.c:1.1 Sat Jan 5 17:44:24 2013 +++ src/sys/arch/luna68k/stand/boot/bmd.c Sun Jan 20 13:35:43 2013 @@ -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) Index: src/sys/arch/luna68k/stand/boot/font.c diff -u src/sys/arch/luna68k/stand/boot/font.c:1.1 src/sys/arch/luna68k/stand/boot/font.c:1.2 --- src/sys/arch/luna68k/stand/boot/font.c:1.1 Sat Jan 5 17:44:24 2013 +++ src/sys/arch/luna68k/stand/boot/font.c Sun Jan 20 13:35:43 2013 @@ -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 */ Index: src/sys/arch/luna68k/stand/boot/if_le.c diff -u src/sys/arch/luna68k/stand/boot/if_le.c:1.1 src/sys/arch/luna68k/stand/boot/if_le.c:1.2 --- src/sys/arch/luna68k/stand/boot/if_le.c:1.1 Sun Jan 13 14:10:55 2013 +++ src/sys/arch/luna68k/stand/boot/if_le.c Sun Jan 20 13:35:43 2013 @@ -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> Index: src/sys/arch/luna68k/stand/boot/init_main.c diff -u src/sys/arch/luna68k/stand/boot/init_main.c:1.3 src/sys/arch/luna68k/stand/boot/init_main.c:1.4 --- src/sys/arch/luna68k/stand/boot/init_main.c:1.3 Sun Jan 13 14:10:55 2013 +++ src/sys/arch/luna68k/stand/boot/init_main.c Sun Jan 20 13:35:43 2013 @@ -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>