diff options
author | Jay Freeman <saurik@saurik.com> | 2009-07-30 22:03:59 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-07-30 22:03:59 +0000 |
commit | ed5057b71d7e6d75a3f21be84f38cfddd5ccc863 (patch) | |
tree | db581458728d7e2c627fa7857b0d301efa875c55 /data/socat/bind8.diff | |
parent | 31a598a34271f387088461bc19790d109635ef41 (diff) |
Welcome to socat? maybe?
git-svn-id: http://svn.telesphoreo.org/trunk@640 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/socat/bind8.diff')
-rw-r--r-- | data/socat/bind8.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/socat/bind8.diff b/data/socat/bind8.diff new file mode 100644 index 000000000..2af19c15d --- /dev/null +++ b/data/socat/bind8.diff @@ -0,0 +1,11 @@ +diff -ru socat-1.6.0.1/sysincludes.h socat-1.6.0.1+iPhone/sysincludes.h +--- socat-1.6.0.1/sysincludes.h 2008-02-09 21:59:11.000000000 +0000 ++++ socat-1.6.0.1+iPhone/sysincludes.h 2008-08-23 19:29:01.000000000 +0000 +@@ -104,6 +104,7 @@ + #include <netinet6/in6.h> + # endif + #include <arpa/inet.h> /* Linux: inet_aton() */ ++#define BIND_8_COMPAT + #if HAVE_ARPA_NAMESER_H + #include <arpa/nameser.h> /* req for resolv.h (esp. on MacOSX) */ + #endif |