]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lslocks: fix type warning
authorSami Kerola <kerolasa@iki.fi>
Sat, 3 Jan 2015 09:20:04 +0000 (09:20 +0000)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jan 2015 09:14:11 +0000 (10:14 +0100)
commit64a265bf8a472a8f42f3da3de168e6b8224847b2
tree63df11657f67f7e0043fc7c57af71c751aaf17ea
parent7ee26cbf025d915c6c15e2fe877ee92846f5992f
lslocks: fix type warning

misc-utils/lslocks.c:229:2: warning: format '%x' expects argument of type
'unsigned int *', but argument 3 has type 'int *' [-Wformat=]

Reference: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/fs/locks.c?id=5e0f872c7d7e371fbdf09e864eddd24bddfda8fe#n2533
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
misc-utils/lslocks.c