]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: avoid use of si_tid in struct xlog_split_item
authorTheodore Ts'o <tytso@mit.edu>
Mon, 3 Aug 2015 00:16:48 +0000 (10:16 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 3 Aug 2015 00:16:48 +0000 (10:16 +1000)
commit58d0d840831b2f674537a02dd686ac65d402f116
tree381aa96464258303b8dc18edb973d869ed53dd0a
parente14913c167250f3eb38488bf88a64b0b427490a7
xfsprogs: avoid use of si_tid in struct xlog_split_item

In Android's bionic libc (as well as the Linux kernel's
include/uapi/asm-generic/siginfo.h), si_tid is a #define to provide
backwards compatibility for the timerid in the siginfo structure.
This breaks the compile of logprint/log_misc.c.  Change this to be
si_xtid in order to avoid a namespace collision

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
logprint/log_misc.c