Source-Changes-HG archive

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

[src/trunk]: src/sbin/fsck_lfs swap the formats too, not just the args.



details:   https://anonhg.NetBSD.org/src/rev/f0b9bbbb6397
branches:  trunk
changeset: 810257:f0b9bbbb6397
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 23 16:00:23 2015 +0000

description:
swap the formats too, not just the args.

diffstat:

 sbin/fsck_lfs/pass0.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f17b47ea480 -r f0b9bbbb6397 sbin/fsck_lfs/pass0.c
--- a/sbin/fsck_lfs/pass0.c     Sun Aug 23 13:18:44 2015 +0000
+++ b/sbin/fsck_lfs/pass0.c     Sun Aug 23 16:00:23 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pass0.c,v 1.40 2015/08/23 09:29:46 dholland Exp $   */
+/* $NetBSD: pass0.c,v 1.41 2015/08/23 16:00:23 christos Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@@ -200,7 +200,7 @@
                writeit = 1;
        }
        if (freehd != lfs_sb_getfreehd(fs)) {
-               pwarn("FREE LIST HEAD IN SUPERBLOCK SHOULD BE %u (WAS %ju)\n",
+               pwarn("FREE LIST HEAD IN SUPERBLOCK SHOULD BE %ju (WAS %u)\n",
                        (uintmax_t)freehd, lfs_sb_getfreehd(fs));
                if (preen || reply("FIX")) {
                        lfs_sb_setfreehd(fs, freehd);



Home | Main Index | Thread Index | Old Index