Linux fix

This commit is contained in:
Fred Wulff
2004-06-14 21:25:42 +00:00
parent b3265ff301
commit 32c5e5720a
+2 -6
View File
@@ -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
/*