You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
c4c9d5aac4
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@134021 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
257 B
Diff
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
|
|
|