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 s/bootinfo.h/bootblock.h/
details: https://anonhg.NetBSD.org/src/rev/8d23774fa462
branches: trunk
changeset: 526572:8d23774fa462
user: lukem <lukem%NetBSD.org@localhost>
date: Mon May 06 13:34:18 2002 +0000
description:
s/bootinfo.h/bootblock.h/
diffstat:
usr.sbin/installboot/arch/sun68k.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 9061874cca99 -r 8d23774fa462 usr.sbin/installboot/arch/sun68k.c
--- a/usr.sbin/installboot/arch/sun68k.c Mon May 06 13:32:19 2002 +0000
+++ b/usr.sbin/installboot/arch/sun68k.c Mon May 06 13:34:18 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun68k.c,v 1.10 2002/05/06 12:16:55 lukem Exp $ */
+/* $NetBSD: sun68k.c,v 1.11 2002/05/06 13:34:18 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.10 2002/05/06 12:16:55 lukem Exp $");
+__RCSID("$NetBSD: sun68k.c,v 1.11 2002/05/06 13:34:18 lukem Exp $");
#endif /* !__lint */
#if HAVE_CONFIG_H
@@ -57,9 +57,9 @@
#include <unistd.h>
#if HAVE_CONFIG_H
-#include "../../sys/sys/bootinfo.h"
+#include "../../sys/sys/bootblock.h"
#else
-#include <sys/bootinfo.h>
+#include <sys/bootblock.h>
#endif
#include "installboot.h"
Home |
Main Index |
Thread Index |
Old Index