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 Sync lfs changes with the x68k ve...



details:   https://anonhg.NetBSD.org/src/rev/9ca005321c9f
branches:  trunk
changeset: 340102:9ca005321c9f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 23 04:56:20 2015 +0000

description:
Sync lfs changes with the x68k version of this code.

diffstat:

 sys/arch/hppa/stand/xxboot/readufs.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c8df80c277a6 -r 9ca005321c9f sys/arch/hppa/stand/xxboot/readufs.h
--- a/sys/arch/hppa/stand/xxboot/readufs.h      Sun Aug 23 01:30:21 2015 +0000
+++ b/sys/arch/hppa/stand/xxboot/readufs.h      Sun Aug 23 04:56:20 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: readufs.h,v 1.2 2015/08/20 07:50:08 christos Exp $     */
+/*     $NetBSD: readufs.h,v 1.3 2015/08/23 04:56:20 dholland Exp $     */
 /*     from Id: readufs.h,v 1.10 2003/12/16 13:54:11 itohy Exp */
 
 /*
@@ -24,7 +24,6 @@
 #endif
 #ifdef USE_LFS
        struct lfs32_dinode dil32;
-       struct lfs64_dinode dil64;
 #endif
 };
 



Home | Main Index | Thread Index | Old Index