]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: move __u*/__s* typedefs to per-port headers
authorChristoph Hellwig <hch@lst.de>
Sun, 2 Aug 2015 23:58:22 +0000 (09:58 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 2 Aug 2015 23:58:22 +0000 (09:58 +1000)
commit24842c5c81900c7ce92e334d4156ce81f8016fab
tree207f4ed5e942803f1ab54e0e7bba5a5dd104aee4
parent1e6bc37b785416a8fd654ba0da722adfa36a1652
xfsprogs: move __u*/__s* typedefs to per-port headers

Currently we have to install the autoconf-generated platform_defs.h
to get the defintions for these.  But they are clearly a feature
of Linux vs non-Linux platforms so move them to the per-port headers
instead.

Note: in the long run it might be a good idea to just the standard
uint*_t/int*_t types instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
configure.ac
include/darwin.h
include/freebsd.h
include/gnukfreebsd.h
include/irix.h
include/linux.h
include/platform_defs.h.in
m4/package_types.m4