Module Name:    src
Committed By:   tsutsui
Date:           Sat Jan 11 14:35:15 UTC 2014

Modified Files:
        src/sys/arch/luna68k/stand/boot: boot.c init_main.c

Log Message:
ctually remove all references to obsolete stinger.h.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/luna68k/stand/boot/boot.c
cvs rdiff -u -r1.11 -r1.12 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/boot.c
diff -u src/sys/arch/luna68k/stand/boot/boot.c:1.6 src/sys/arch/luna68k/stand/boot/boot.c:1.7
--- src/sys/arch/luna68k/stand/boot/boot.c:1.6	Sat Jan 11 08:08:23 2014
+++ src/sys/arch/luna68k/stand/boot/boot.c	Sat Jan 11 14:35:15 2014
@@ -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>
 

Index: src/sys/arch/luna68k/stand/boot/init_main.c
diff -u src/sys/arch/luna68k/stand/boot/init_main.c:1.11 src/sys/arch/luna68k/stand/boot/init_main.c:1.12
--- src/sys/arch/luna68k/stand/boot/init_main.c:1.11	Sat Jan 11 14:09:13 2014
+++ src/sys/arch/luna68k/stand/boot/init_main.c	Sat Jan 11 14:35:15 2014
@@ -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>

Reply via email to