]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sysfs: fix printf format warnings
authorSami Kerola <kerolasa@iki.fi>
Sun, 10 Jun 2012 14:48:31 +0000 (16:48 +0200)
committerSami Kerola <kerolasa@iki.fi>
Mon, 11 Jun 2012 17:51:35 +0000 (19:51 +0200)
commit9d72cbc1e2db063166c0767b5c5a26ef04f2972a
tree7ccd0a33e83891e1238612d5406804e54f60d722
parent838c5f6bb81557a4d3c4303d51db12bca012136a
sysfs: fix printf format warnings

sysfs.c:93:3: warning: format '%u' expects argument of type 'unsigned
int *', but argument 3 has type 'int *' [-Wformat]
sysfs.c:93:3: warning: format '%u' expects argument of type 'unsigned
int *', but argument 4 has type 'int *' [-Wformat]

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
lib/sysfs.c