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:
parent
7a11c23f03
commit
db3613112e
|
|
@ -116,7 +116,7 @@
|
|||
/**
|
||||
* NetBSD handling
|
||||
*/
|
||||
#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#elif defined(__NetBSD__) || defined(__DragonFly__)
|
||||
|
||||
#include <sys/endian.h>
|
||||
#define be16toh(x) betoh16(x)
|
||||
|
|
|
|||
Loading…
Reference in New Issue