Kill own definition of be64toh() for openbsd.

This commit is contained in:
Joris Vink 2015-05-21 11:01:50 +02:00
parent 02e06b8bb6
commit 20a4cd80c5
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@
#include <sys/endian.h>
#endif
#if defined(OpenBSD)
#define be64toh(x) betoh64(x)
#endif
#include "kore.h"
struct kore_pool nb_pool;