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 Use lfs32_dinode_SIZEOF instead...



details:   https://anonhg.NetBSD.org/src/rev/d42bde31cd69
branches:  trunk
changeset: 810135:d42bde31cd69
user:      dholland <dholland%NetBSD.org@localhost>
date:      Thu Aug 20 05:40:08 2015 +0000

description:
Use lfs32_dinode_SIZEOF instead of ufs1_dinode_SIZEOF for lfs. These
are the same so it doesn't make any difference, but technically one
should use lfs parts with lfs.

diffstat:

 sys/arch/sparc/stand/bootblk/bootblk.fth |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1348fa12a589 -r d42bde31cd69 sys/arch/sparc/stand/bootblk/bootblk.fth
--- a/sys/arch/sparc/stand/bootblk/bootblk.fth  Wed Aug 19 20:33:29 2015 +0000
+++ b/sys/arch/sparc/stand/bootblk/bootblk.fth  Thu Aug 20 05:40:08 2015 +0000
@@ -1,4 +1,4 @@
-\      $NetBSD: bootblk.fth,v 1.14 2015/08/16 10:58:54 jdc Exp $
+\      $NetBSD: bootblk.fth,v 1.15 2015/08/20 05:40:08 dholland Exp $
 \
 \      IEEE 1275 Open Firmware Boot Block
 \
@@ -581,7 +581,7 @@
    ' dlfs_SIZEOF  to  fs-size 
    ' di1_size  to  di-size
    ' di1_mode  to  di-mode
-   ' ufs1_dinode_SIZEOF  to  /dino
+   ' lfs32_dinode_SIZEOF  to  /dino
    ' cgbase  to  cgstart
    ' di-db-v1@  to  di-db@
    ' di-ib-v1@  to  di-ib@
@@ -890,7 +890,7 @@
 
 : do-boot ( bootfile -- )
    ." NetBSD IEEE 1275 Multi-FS Bootblock" cr
-   ." Version $NetBSD: bootblk.fth,v 1.14 2015/08/16 10:58:54 jdc Exp $" cr
+   ." Version $NetBSD: bootblk.fth,v 1.15 2015/08/20 05:40:08 dholland Exp $" cr
    boot-path load-file ( -- load-base )
    dup 0<>  if  " init-program " evaluate  then
 ; 



Home | Main Index | Thread Index | Old Index