shithub: riscv

Download patch

ref: 7a91a85509bea4204698270f91c259b451bdd215
parent: 9cec2db619a97400b1ef3021ca285038d765ea36
author: aiju <devnull@localhost>
date: Thu Sep 27 13:08:52 EDT 2012

fixed hjfs df

--- a/sys/src/cmd/hjfs/cons.c
+++ b/sys/src/cmd/hjfs/cons.c
@@ -190,7 +190,7 @@
 				n++;
 		putbuf(b);
 	}
-	dprint("hjfs: free %uld, used %uld, total %uld\n", n, sb->sb.size - n, sb->sb.size);
+	dprint("hjfs: free %ulld, used %ulld, total %ulld\n", n, sb->sb.size - n, sb->sb.size);
 	putbuf(sb);
 	wunlock(fsmain);
 	return 1;