]> granicus.if.org Git - strace/commit
tests/xstatfsx.c: fix mips o32 support
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 4 May 2016 21:43:18 +0000 (21:43 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 5 May 2016 21:20:58 +0000 (21:20 +0000)
commitdcb18a6fd53fc3c8c41c449a4308539103a09c9c
treeb8a37f739a1e041f7665614231d162e169a3ed33
parent1e56814f77594a22a74ddee629639eb0bb7edf3a
tests/xstatfsx.c: fix mips o32 support

mips o32 differs from all other 32-bit architectures by defining
__kernel_fsid_t structure as an array of long ints.

* tests/xstatfsx.c (print_statfs): Explicitly cast elements
of PRINT_F_FSID array to unsigned int.
tests/xstatfsx.c