]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib: [fsprobe.c] fix blkid_evaluate_spec() call
authorKarel Zak <kzak@redhat.com>
Tue, 22 Mar 2011 08:54:57 +0000 (09:54 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 22 Mar 2011 08:54:57 +0000 (09:54 +0100)
commitf9eec418383447bf1be47e7570a3cf677153a458
treedf08fb6df925d758805a78b0d0a0fc11184159a4
parent95cc3573e170b324b80074e92056bff43ebb730d
lib: [fsprobe.c] fix blkid_evaluate_spec() call

lib/fsprobe.c:56:2: warning: passing argument 2 of ‘blkid_evaluate_spec’ from incompatible pointer type
shlibs/blkid/src/blkid.h:189:14: note: expected ‘struct blkid_struct_cache **’ but argument is of type ‘blkid_cache’

Signed-off-by: Karel Zak <kzak@redhat.com>
lib/fsprobe.c