summaryrefslogtreecommitdiff
path: root/palm/palmpower/files/patch-ac
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:19:15 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:19:15 +0000
commitf4c24d5f7bd6018c38f732817385f6c0599338b5 (patch)
tree657b27670789aa141aab99168198dc715bcf7dd2 /palm/palmpower/files/patch-ac
parentUpgrade to 4.0.3. (diff)
Initial import of palmpower 1.0.1
Disassembler and other tools for PalmOS binaries PR: 20837 Submitted by: Roman Shterenzon <roman@xpert.com>
Diffstat (limited to '')
-rw-r--r--palm/palmpower/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/palmpower/files/patch-ac b/palm/palmpower/files/patch-ac
new file mode 100644
index 000000000000..73bc30962f98
--- /dev/null
+++ b/palm/palmpower/files/patch-ac
@@ -0,0 +1,11 @@
+--- src/pila/prc.c.orig Tue Aug 22 13:47:27 2000
++++ src/pila/prc.c Tue Aug 22 13:47:43 2000
+@@ -22,7 +22,7 @@
+ #ifndef unix
+ //#include <windows.h>
+ #include <winsock.h>
+-#else
++#elsif defined(__linux__)
+ // for htonl and ntohl
+ #include <asm/byteorder.h>
+ #endif