Removed some macros for FreeBSD: Apparantly they are not needed. We might need to remove them for NetBSD and DragonFly as well

This commit is contained in:
Martijn Otto 2015-07-01 09:48:56 +02:00
parent 7a11c23f03
commit db3613112e
1 changed files with 13 additions and 13 deletions

View File

@ -116,7 +116,7 @@
/** /**
* NetBSD handling * NetBSD handling
*/ */
#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) #elif defined(__NetBSD__) || defined(__DragonFly__)
#include <sys/endian.h> #include <sys/endian.h>
#define be16toh(x) betoh16(x) #define be16toh(x) betoh16(x)