Linux fix
This commit is contained in:
@@ -4,13 +4,9 @@
|
||||
#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
#if defined(LINUX)
|
||||
|
||||
#if !defined(__KERNEL__)
|
||||
#define __KERNEL__
|
||||
#endif
|
||||
|
||||
#include <asm/byteorder.h>
|
||||
|
||||
inline uint32_t ArchSwap32( uint32_t n )
|
||||
@@ -30,7 +26,7 @@ inline uint16_t ArchSwap16( uint16_t n )
|
||||
|
||||
#define HAVE_BYTE_SWAPS
|
||||
#endif
|
||||
|
||||
*/
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user