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