commit 20a4cd80c5ce8d37836389ff66c2fc67ea40070c
parent 02e06b8bb6f2ebfb68668828c706a28161b9546b
Author: Joris Vink <joris@coders.se>
Date: Thu, 21 May 2015 11:01:50 +0200
Kill own definition of be64toh() for openbsd.
Diffstat:
src/net.c | 4 ----
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/net.c b/src/net.c
@@ -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;