Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun68k/stand/bootxx s, <dev/sun/sun_boot.h>, <sys/boo...



details:   https://anonhg.NetBSD.org/src/rev/de99a9554fe2
branches:  trunk
changeset: 526573:de99a9554fe2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 06 13:35:17 2002 +0000

description:
s,<dev/sun/sun_boot.h>,<sys/bootblock.h>,

diffstat:

 sys/arch/sun68k/stand/bootxx/bootxx.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 8d23774fa462 -r de99a9554fe2 sys/arch/sun68k/stand/bootxx/bootxx.c
--- a/sys/arch/sun68k/stand/bootxx/bootxx.c     Mon May 06 13:34:18 2002 +0000
+++ b/sys/arch/sun68k/stand/bootxx/bootxx.c     Mon May 06 13:35:17 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootxx.c,v 1.5 2002/05/06 01:25:11 lukem Exp $ */
+/*     $NetBSD: bootxx.c,v 1.6 2002/05/06 13:35:17 lukem Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -47,10 +47,9 @@
  */
 
 #include <sys/param.h>
+#include <sys/bootblock.h>
 #include <machine/mon.h>
 
-#include <dev/sun/sun_boot.h>
-
 #include <stand.h>
 #include "libsa.h"
 



Home | Main Index | Thread Index | Old Index