Module Name:    src
Committed By:   christos
Date:           Sun Aug 23 16:00:23 UTC 2015

Modified Files:
        src/sbin/fsck_lfs: pass0.c

Log Message:
swap the formats too, not just the args.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sbin/fsck_lfs/pass0.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/fsck_lfs/pass0.c
diff -u src/sbin/fsck_lfs/pass0.c:1.40 src/sbin/fsck_lfs/pass0.c:1.41
--- src/sbin/fsck_lfs/pass0.c:1.40	Sun Aug 23 05:29:46 2015
+++ src/sbin/fsck_lfs/pass0.c	Sun Aug 23 12:00:23 2015
@@ -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 @@ pass0(void)
 		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);

Reply via email to