diff options
Diffstat (limited to 'palm/palmpower/files/patch-ac')
-rw-r--r-- | palm/palmpower/files/patch-ac | 11 |
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 |