aboutsummaryrefslogtreecommitdiff
path: root/palm/synce-vdccm/files/patch-src_rapihandshakeclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'palm/synce-vdccm/files/patch-src_rapihandshakeclient.cpp')
-rw-r--r--palm/synce-vdccm/files/patch-src_rapihandshakeclient.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/palm/synce-vdccm/files/patch-src_rapihandshakeclient.cpp b/palm/synce-vdccm/files/patch-src_rapihandshakeclient.cpp
deleted file mode 100644
index d95dace5b04a..000000000000
--- a/palm/synce-vdccm/files/patch-src_rapihandshakeclient.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/rapihandshakeclient.cpp.orig 2008-04-15 11:38:15.000000000 +0200
-+++ src/rapihandshakeclient.cpp 2008-04-15 11:38:23.000000000 +0200
-@@ -17,6 +17,11 @@
- #include <udpsocket.h>
- #include <synce_log.h>
-
-+#if defined(__FreeBSD__) && defined(__sparc64__)
-+#include <sys/endian.h>
-+#define bswap_16 bswap16
-+#define bswap_32 bswap32
-+#endif
-
- RapiHandshakeClient::RapiHandshakeClient( int fd, TCPServerSocket *tcpServerSocket )
- : RapiClient( fd, tcpServerSocket )