chiark / gitweb /
journal, shared: fix warnings during compilation on 32 bits
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Nov 2012 16:17:21 +0000 (17:17 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Nov 2012 22:26:44 +0000 (23:26 +0100)
commit943aad8ca57a6b5c49c4ea60f9e8c13bf9b20e6c
tree94ff8a9dd029b7505a1917b9d781e87b06454f19
parent92b5814007dc5c9c44e94e717be6f53e24c356c0
journal, shared: fix warnings during compilation on 32 bits

Some filesystem magics are too big to fit in 31 bits,
and are wrapped to negative. f_type is an int on 32 bits, so
it is signed, and we get a warning on comparison.
src/journal/catalog.c
src/journal/sd-journal.c
src/shared/util.c