]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
Fix printf compile warning.
authorNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:47:10 +0000 (15:47 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 11 May 2009 05:47:10 +0000 (15:47 +1000)
commit13a3b65d5432ee941b9617670a79ef38363ccc7d
treebcef1891796b26384d22233fdbb59bfd4964d866
parentac7de9d97a4a5693ec733574d04eb38a65e08922
Fix printf compile warning.

It always afters to cast big things to (unsigned long long) before
printing as %llu - it seems there will always be one arch which
has something to complain about ....

Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c