mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
14 lines
353 B
C
14 lines
353 B
C
--- cliproto.h.orig Thu Nov 21 20:43:08 2002
|
|
+++ cliproto.h Wed Dec 18 05:27:43 2002
|
|
@@ -70,10 +70,7 @@
|
|
cli_oid
|
|
};
|
|
|
|
-#if defined(__FreeBSD__)
|
|
-#include <sys/param.h>
|
|
-#define USE_HTON_NTOH
|
|
-#elif defined(__linux__)
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
//
|
|
// At Linux inline assembly declarations of ntohl, htonl... are available
|
|
//
|