summaryrefslogtreecommitdiff
path: root/data/cvs/mdns.diff
diff options
context:
space:
mode:
Diffstat (limited to 'data/cvs/mdns.diff')
-rw-r--r--data/cvs/mdns.diff4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/cvs/mdns.diff b/data/cvs/mdns.diff
index e7d651b20..b11a26a90 100644
--- a/data/cvs/mdns.diff
+++ b/data/cvs/mdns.diff
@@ -7,16 +7,18 @@ diff -ru cvs-1.11.22/src/main.c cvs-1.11.22+iPhone/src/main.c
/*
* Copyright (C) 1986-2006 The Free Software Foundation, Inc.
*
-@@ -395,6 +397,13 @@
+@@ -395,6 +397,15 @@
int argc;
char **argv;
{
++#if !defined(__ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__) || __ENVIRONMENT_ASPEN_VERSION_MIN_REQUIRED__ < 10200
+ struct nlist nl[2];
+ memset(nl, 0, sizeof(nl));
+ nl[0].n_un.n_name = (char *) "_useMDNSResponder";
+ nlist("/usr/lib/libc.dylib", nl);
+ if (nl[0].n_type != N_UNDF)
+ *(int *) nl[0].n_value = 0;
++#endif
+
cvsroot_t *CVSroot_parsed = NULL;
int cvsroot_update_env = 1;