summaryrefslogtreecommitdiff
path: root/net/sdr/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/sdr/files/patch-ac')
-rw-r--r--net/sdr/files/patch-ac26
1 files changed, 8 insertions, 18 deletions
diff --git a/net/sdr/files/patch-ac b/net/sdr/files/patch-ac
index 3d7ce87d7271..5adcbf2f68aa 100644
--- a/net/sdr/files/patch-ac
+++ b/net/sdr/files/patch-ac
@@ -20,21 +20,11 @@
#include <arpa/nameser.h>
#include <resolv.h>
#ifdef AIX41
-@@ -146,10 +146,17 @@
- };
-
- struct sap_header {
-+#if BYTE_ORDER == BIG_ENDIAN
- u_int version:3;
- u_int type:3;
- u_int enc:1;
- u_int compress:1;
-+#else
-+ u_int compress:1;
-+ u_int enc:1;
-+ u_int type:3;
-+ u_int version:3;
-+#endif
- u_int authlen:8;
- u_int msgid:16;
- u_int src;
+@@ -26,7 +26,6 @@
+ #endif
+ #include <tcl.h>
+ #include <tk.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <fcntl.h>
+ #include <errno.h>