summaryrefslogtreecommitdiff
path: root/comms/synce-rra/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'comms/synce-rra/patches/patch-ad')
-rw-r--r--comms/synce-rra/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/comms/synce-rra/patches/patch-ad b/comms/synce-rra/patches/patch-ad
new file mode 100644
index 00000000000..a35e0650572
--- /dev/null
+++ b/comms/synce-rra/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2005/10/13 16:57:41 wiz Exp $
+
+--- lib/rrac.c.orig 2004-08-01 20:02:51.000000000 +0200
++++ lib/rrac.c
+@@ -11,8 +11,6 @@
+
+ #define LETOH16(x) x = letoh16(x)
+ #define LETOH32(x) x = letoh32(x)
+-#define HTOLE16(x) x = htole16(x)
+-#define HTOLE32(x) x = htole32(x)
+
+ #define LE16(p) letoh16(*(uint16_t*)p)
+ #define LE32(p) letoh32(*(uint32_t*)p)