diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-12-19 00:52:20 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-12-19 00:52:20 +0000 |
commit | 61c8e9cd6e718be346ba94b522faa06c301dc4eb (patch) | |
tree | b6792145cf285a303055168a28099a6156c51209 /mbone/sdr/files/patch-ac | |
parent | use 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.
Diffstat (limited to '')
-rw-r--r-- | mbone/sdr/files/patch-ac | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/mbone/sdr/files/patch-ac b/mbone/sdr/files/patch-ac index 3d7ce87d7271..5adcbf2f68aa 100644 --- a/mbone/sdr/files/patch-ac +++ b/mbone/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> |