summaryrefslogtreecommitdiff
path: root/net/sdr/files/patch-ac
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-12-19 00:52:20 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-12-19 00:52:20 +0000
commit61c8e9cd6e718be346ba94b522faa06c301dc4eb (patch)
treeb6792145cf285a303055168a28099a6156c51209 /net/sdr/files/patch-ac
parentuse tiff34 and fix path to sendmail (diff)
Upgrade to 2.4a7n. The encryption has been removed from this version so
it's no longer RESTRICTED. Also de-obfuscate the port a little by removing the magic done by scripts/configure and moving it to the Makefile.
Notes
Notes: svn path=/head/; revision=9130
Diffstat (limited to '')
-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>