Files

11 lines
257 B
Diff

--- misc.h.orig 2015-03-11 06:31:25.000000000 -0400
+++ misc.h 2015-03-11 06:31:33.000000000 -0400
@@ -147,7 +147,6 @@
#define false 0
#if !defined( HAVE_HTONLL ) && !defined( WIN32 )
-uint64_t htonll(uint64_t n);
#define ntohll(x) htonll(x)
#endif