Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131483 | Differences between
and this patch

Collapse All | Expand All

(-)a/xfsprogs/configure.in (+1 lines)
Lines 57-62 AC_HAVE_GETMNTINFO Link Here
57
57
58
AC_TYPE_PSINT
58
AC_TYPE_PSINT
59
AC_TYPE_PSUNSIGNED
59
AC_TYPE_PSUNSIGNED
60
AC_CHECK_TYPES(__u32,,,[#include <asm/types.h>])
60
AC_SIZEOF_POINTERS_AND_LONG
61
AC_SIZEOF_POINTERS_AND_LONG
61
AC_MANUAL_FORMAT
62
AC_MANUAL_FORMAT
62
63
(-)a/xfsprogs/include/platform_defs.h.in (+5 lines)
Lines 31-36 Link Here
31
#include <unistd.h>
31
#include <unistd.h>
32
#include <sys/types.h>
32
#include <sys/types.h>
33
33
34
#undef HAVE___U32
35
#ifdef HAVE___U32
36
#include <asm/types.h>
37
#else
34
typedef unsigned char		__u8;
38
typedef unsigned char		__u8;
35
typedef signed char		__s8;
39
typedef signed char		__s8;
36
typedef unsigned short		__u16;
40
typedef unsigned short		__u16;
Lines 39-44 typedef unsigned int __u32; Link Here
39
typedef signed int		__s32;
43
typedef signed int		__s32;
40
typedef unsigned long long int	__u64;
44
typedef unsigned long long int	__u64;
41
typedef signed long long int	__s64;
45
typedef signed long long int	__s64;
46
#endif
42
47
43
typedef __u16			__be16;
48
typedef __u16			__be16;
44
typedef __u32			__be32;
49
typedef __u32			__be32;

Return to bug 131483