Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/boot_ufs fix build



details:   https://anonhg.NetBSD.org/src/rev/6c916706fec5
branches:  trunk
changeset: 339558:6c916706fec5
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 28 16:51:25 2015 +0000

description:
fix build

diffstat:

 sys/arch/x68k/stand/boot_ufs/readufs_lfs.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1151b6365ce -r 6c916706fec5 sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
--- a/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c        Tue Jul 28 16:50:12 2015 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c        Tue Jul 28 16:51:25 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: readufs_lfs.c,v 1.15 2013/12/09 09:35:16 wiz Exp $     */
+/*     $NetBSD: readufs_lfs.c,v 1.16 2015/07/28 16:51:25 christos Exp $        */
 /*     from Id: readufs_lfs.c,v 1.7 2003/10/15 14:16:58 itohy Exp      */
 
 /*
@@ -105,7 +105,7 @@
 
                if (sblk2.dlfs_magic == LFS_MAGIC) {
                        if (fsi_lfs.version == 1) {
-                               if (sblk.dlfs_otstamp > sblk2.dlfs_otstamp)
+                               if (sblk.dlfs_inopf > sblk2.dlfs_inopf)
                                        s = &sblk2;
                        } else {
                                if (sblk.dlfs_serial > sblk2.dlfs_serial)



Home | Main Index | Thread Index | Old Index