Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/stand/bootblk Make these compile again after ...
details: https://anonhg.NetBSD.org/src/rev/78ee258b758c
branches: trunk
changeset: 339893:78ee258b758c
user: jdc <jdc%NetBSD.org@localhost>
date: Sun Aug 16 10:58:54 2015 +0000
description:
Make these compile again after changes to LFS.
diffstat:
sys/arch/sparc/stand/bootblk/bootblk.fth | 6 +++---
sys/arch/sparc/stand/bootblk/genlfs.cf | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (56 lines):
diff -r 1993d88656d8 -r 78ee258b758c sys/arch/sparc/stand/bootblk/bootblk.fth
--- a/sys/arch/sparc/stand/bootblk/bootblk.fth Sun Aug 16 09:52:55 2015 +0000
+++ b/sys/arch/sparc/stand/bootblk/bootblk.fth Sun Aug 16 10:58:54 2015 +0000
@@ -1,4 +1,4 @@
-\ $NetBSD: bootblk.fth,v 1.13 2010/06/24 00:54:12 eeh Exp $
+\ $NetBSD: bootblk.fth,v 1.14 2015/08/16 10:58:54 jdc Exp $
\
\ IEEE 1275 Open Firmware Boot Block
\
@@ -605,7 +605,7 @@
boot-debug? if ." LFS v2" cr then
init-lfs-common
' lfs_bsize to fs-bsize
- ' ifile_SIZEOF to /ifile
+ ' ifile32_SIZEOF to /ifile
' if2_daddr to if_daddr
;
@@ -890,7 +890,7 @@
: do-boot ( bootfile -- )
." NetBSD IEEE 1275 Multi-FS Bootblock" cr
- ." Version $NetBSD: bootblk.fth,v 1.13 2010/06/24 00:54:12 eeh Exp $" cr
+ ." Version $NetBSD: bootblk.fth,v 1.14 2015/08/16 10:58:54 jdc Exp $" cr
boot-path load-file ( -- load-base )
dup 0<> if " init-program " evaluate then
;
diff -r 1993d88656d8 -r 78ee258b758c sys/arch/sparc/stand/bootblk/genlfs.cf
--- a/sys/arch/sparc/stand/bootblk/genlfs.cf Sun Aug 16 09:52:55 2015 +0000
+++ b/sys/arch/sparc/stand/bootblk/genlfs.cf Sun Aug 16 10:58:54 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genlfs.cf,v 1.2 2013/06/10 10:26:22 hannken Exp $
+# $NetBSD: genlfs.cf,v 1.3 2015/08/16 10:58:54 jdc Exp $
# Copyright (c) 2010 Eduardo Horvath.
# All rights reserved.
@@ -63,16 +63,16 @@
member if1_daddr if_daddr
#
-# LFS v2 ifile
+# LFS v2 ifile32
#
-struct ifile
+struct ifile32
member if2_version if_version
member if2_daddr if_daddr
#
# LFS v1 dinode
#
-struct ulfs1_dinode
+struct lfs32_dinode
member di_inumber di_inumber
define lfs_magic_value LFS_MAGIC
Home |
Main Index |
Thread Index |
Old Index