diff options
Diffstat (limited to 'palm/palmpower/files/patch-aa')
-rw-r--r-- | palm/palmpower/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/palm/palmpower/files/patch-aa b/palm/palmpower/files/patch-aa new file mode 100644 index 000000000000..6385d1a71dcb --- /dev/null +++ b/palm/palmpower/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 + |