diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-06 22:57:23 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-03-06 22:57:23 +0000 |
commit | 6b2ca0199e3a0e3330b3f71292706f878e58d401 (patch) | |
tree | 8dc454a7d4fd8da1c2ce7f9d9f8eb9d9b27d67c3 /sources/dnsmasq1.patch | |
parent | b228a0ca962b958700d9b5de4ca2f81004c0bd13 (diff) |
Missed a bugfix patch. Also, allow multiple patches.
Diffstat (limited to 'sources/dnsmasq1.patch')
-rw-r--r-- | sources/dnsmasq1.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sources/dnsmasq1.patch b/sources/dnsmasq1.patch deleted file mode 100644 index 0635ed30d..000000000 --- a/sources/dnsmasq1.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- dnsmasq-1.18/config.h.dist 2004-03-01 22:25:12.000000000 -0600 -+++ dnsmasq-1.18/config.h 2004-03-01 22:26:50.000000000 -0600 -@@ -126,7 +126,9 @@ - - /* Must preceed __linux__ since uClinux defines __linux__ too. */ - #if defined(__uClinux__) || defined(__UCLIBC__) -+#ifndef __UCLIBC_HAS_IPV6__ - #undef HAVE_LINUX_IPV6_PROC -+#endif - #define HAVE_GETOPT_LONG - #undef HAVE_ARC4RANDOM - #define HAVE_RANDOM |