Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/stand/xxboot fix build.



details:   https://anonhg.NetBSD.org/src/rev/b1151b6365ce
branches:  trunk
changeset: 339557:b1151b6365ce
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jul 28 16:50:12 2015 +0000

description:
fix build.

diffstat:

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

diffs (18 lines):

diff -r b476578af953 -r b1151b6365ce sys/arch/hppa/stand/xxboot/readufs_lfs.c
--- a/sys/arch/hppa/stand/xxboot/readufs_lfs.c  Tue Jul 28 13:12:47 2015 +0000
+++ b/sys/arch/hppa/stand/xxboot/readufs_lfs.c  Tue Jul 28 16:50:12 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: readufs_lfs.c,v 1.1 2014/02/24 07:23:43 skrll Exp $    */
+/*     $NetBSD: readufs_lfs.c,v 1.2 2015/07/28 16:50:12 christos Exp $ */
 /*     from Id: readufs_lfs.c,v 1.8 2003/12/16 13:54:11 itohy Exp      */
 
 /*
@@ -104,7 +104,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