forked from Lainports/freebsd-ports
Disassembler and other tools for PalmOS binaries PR: 20837 Submitted by: Roman Shterenzon <roman@xpert.com>
11 lines
253 B
Text
11 lines
253 B
Text
--- src/pila/main.c.orig Tue Aug 22 13:45:39 2000
|
|
+++ src/pila/main.c Tue Aug 22 13:47:16 2000
|
|
@@ -26,7 +26,7 @@
|
|
// for htonl and ntohl
|
|
#ifndef unix
|
|
#include <winsock.h>
|
|
-#else
|
|
+#elsif defined(__linux__)
|
|
#include <asm/byteorder.h>
|
|
#endif
|
|
|