From 61c8e9cd6e718be346ba94b522faa06c301dc4eb Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Fri, 19 Dec 1997 00:52:20 +0000 Subject: 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. --- net/sdr/files/patch-ac | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) (limited to 'net/sdr/files/patch-ac') 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 #include #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 + #include +-#include + #include + #include + #include -- cgit v1.2.3