From: Zbigniew Jędrzejewski-Szmek Date: Fri, 16 Nov 2012 16:17:21 +0000 (+0100) Subject: journal, shared: fix warnings during compilation on 32 bits X-Git-Tag: v196~39 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=943aad8ca57a6b5c49c4ea60f9e8c13bf9b20e6c;hp=943aad8ca57a6b5c49c4ea60f9e8c13bf9b20e6c;p=elogind.git 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. ---