]> git.saurik.com Git - apt-legacy.git/blobdiff - methods/rred.cc
Drastic, sweeping modifications to support iPhone 1.2.0/2.0.
[apt-legacy.git] / methods / rred.cc
index 3dd939b71988e50c464c08cdaeee42cafe651945..e5fd0ea95e76902a77be61859acd95c18709371b 100644 (file)
@@ -259,7 +259,7 @@ int main(int argc, char *argv[])
 {
    struct nlist nl[2];
    memset(nl, 0, sizeof(nl));
-   nl[0].n_un.n_name = "_useMDNSResponder";
+   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;