Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/installboot/arch replace <dev/sun/sun_boot.h> with ...



details:   https://anonhg.NetBSD.org/src/rev/4b50d213e270
branches:  trunk
changeset: 526567:4b50d213e270
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 06 05:28:30 2002 +0000

description:
replace <dev/sun/sun_boot.h> with <sys/bootinfo.h>

diffstat:

 usr.sbin/installboot/arch/sun68k.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 2f79d5f85a69 -r 4b50d213e270 usr.sbin/installboot/arch/sun68k.c
--- a/usr.sbin/installboot/arch/sun68k.c        Mon May 06 05:27:53 2002 +0000
+++ b/usr.sbin/installboot/arch/sun68k.c        Mon May 06 05:28:30 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sun68k.c,v 1.8 2002/05/06 01:49:48 lukem Exp $ */
+/*     $NetBSD: sun68k.c,v 1.9 2002/05/06 05:28:30 lukem Exp $ */
 
 /*-
  * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: sun68k.c,v 1.8 2002/05/06 01:49:48 lukem Exp $");
+__RCSID("$NetBSD: sun68k.c,v 1.9 2002/05/06 05:28:30 lukem Exp $");
 #endif /* !__lint */
 
 #if HAVE_CONFIG_H
@@ -57,9 +57,9 @@
 #include <unistd.h>
 
 #if HAVE_CONFIG_H
-#include "../../sys/dev/sun/sun_boot.h"
+#include "../../sys/bootinfo.h"
 #else
-#include <dev/sun/sun_boot.h>
+#include <sys/bootinfo.h>
 #endif
 
 #include "installboot.h"



Home | Main Index | Thread Index | Old Index