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 ctually remove all references to...
details: https://anonhg.NetBSD.org/src/rev/4b238f8533d7
branches: trunk
changeset: 325909:4b238f8533d7
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jan 11 14:35:15 2014 +0000
description:
ctually remove all references to obsolete stinger.h.
diffstat:
sys/arch/luna68k/stand/boot/boot.c | 3 +--
sys/arch/luna68k/stand/boot/init_main.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 2da76a47a02e -r 4b238f8533d7 sys/arch/luna68k/stand/boot/boot.c
--- a/sys/arch/luna68k/stand/boot/boot.c Sat Jan 11 14:09:13 2014 +0000
+++ b/sys/arch/luna68k/stand/boot/boot.c Sat Jan 11 14:35:15 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.6 2014/01/11 08:08:23 tsutsui Exp $ */
+/* $NetBSD: boot.c,v 1.7 2014/01/11 14:35:15 tsutsui Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -80,7 +80,6 @@
#include <sys/reboot.h>
#include <sys/exec.h>
#include <luna68k/stand/boot/samachdep.h>
-#include <luna68k/stand/boot/stinger.h>
#include <luna68k/stand/boot/status.h>
#include <lib/libsa/loadfile.h>
diff -r 2da76a47a02e -r 4b238f8533d7 sys/arch/luna68k/stand/boot/init_main.c
--- a/sys/arch/luna68k/stand/boot/init_main.c Sat Jan 11 14:09:13 2014 +0000
+++ b/sys/arch/luna68k/stand/boot/init_main.c Sat Jan 11 14:35:15 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init_main.c,v 1.11 2014/01/11 14:09:13 tsutsui Exp $ */
+/* $NetBSD: init_main.c,v 1.12 2014/01/11 14:35:15 tsutsui Exp $ */
/*
* Copyright (c) 1992 OMRON Corporation.
@@ -74,7 +74,6 @@
#include <sys/boot_flag.h>
#include <machine/cpu.h>
#include <luna68k/stand/boot/samachdep.h>
-#include <luna68k/stand/boot/stinger.h>
#include <luna68k/stand/boot/romvec.h>
#include <luna68k/stand/boot/status.h>
#include <lib/libsa/loadfile.h>
Home |
Main Index |
Thread Index |
Old Index