summaryrefslogtreecommitdiff
path: root/palm/synce-vdccm/files/patch-src_rapiproxyconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'palm/synce-vdccm/files/patch-src_rapiproxyconnection.cpp')
-rw-r--r--palm/synce-vdccm/files/patch-src_rapiproxyconnection.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/palm/synce-vdccm/files/patch-src_rapiproxyconnection.cpp b/palm/synce-vdccm/files/patch-src_rapiproxyconnection.cpp
deleted file mode 100644
index 212d721fc8f6..000000000000
--- a/palm/synce-vdccm/files/patch-src_rapiproxyconnection.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/rapiproxyconnection.cpp.orig 2008-04-15 11:39:47.000000000 +0200
-+++ src/rapiproxyconnection.cpp 2008-04-15 11:42:37.000000000 +0200
-@@ -19,6 +19,12 @@
-
- #include <iostream>
-
-+#if defined(__FreeBSD__) && defined(__sparc64__)
-+#include <sys/endian.h>
-+#define bswap_16 bswap16
-+#define bswap_32 bswap32
-+#endif
-+
- RapiProxyConnection::RapiProxyConnection(RapiConnection *rapiConnection, RapiProxy *rapiProxy,
- RapiProvisioningClient *rapiProvisioningClient)
- : rapiConnection(rapiConnection),