View | Details | Raw Unified
Collapse All | Expand All

(-) include/platform_defs.h.in.orig (-13 / +1 lines)
 Lines 30-48    Link Here 
#include <string.h>
#include <string.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/types.h>
#include <linux/types.h>
typedef unsigned char		__u8;
typedef signed char		__s8;
typedef unsigned short		__u16;
typedef signed short		__s16;
typedef unsigned int		__u32;
typedef signed int		__s32;
typedef unsigned long long int	__u64;
typedef signed long long int	__s64;
typedef __u16			__be16;
typedef __u32			__be32;
typedef __u64			__be64;
#if defined(__linux__)
#if defined(__linux__)
#include <xfs/linux.h>
#include <xfs/linux.h>