]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: remove __psint_t and __psunsigned_t
authorChristoph Hellwig <hch@lst.de>
Thu, 2 Jul 2015 04:36:57 +0000 (14:36 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 2 Jul 2015 04:36:57 +0000 (14:36 +1000)
commit27c2138ec1979bdcaa4a9805596f62941182397c
tree5e3f856339d4e4026fb4fb73381c24c54f55bdbb
parent5d99e84296611be2b0add87c1eaea28a51f918b2
xfsprogs: remove __psint_t and __psunsigned_t

Replace them with the standards conform intptr_t and uintptr_t.  Note
that many uses look rather questionable cargo-cult avoidance of pointer
arithmetics, but let's leave that for now and look at it separately.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
16 files changed:
configure.ac
db/bit.c
db/check.c
db/field.c
db/field.h
include/platform_defs.h.in
logprint/log_misc.c
m4/package_types.m4
repair/agheader.c
repair/attr_repair.c
repair/avl.c
repair/avl.h
repair/dir2.c
repair/incore_ext.c
repair/incore_ino.c
repair/phase6.c