aboutsummaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/patches/103-hosts-fqdn.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-04 11:25:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-04 11:25:53 +0000
commit12a81e859f38f85f5143e72b56b5a1f974c53576 (patch)
treeb2d994878969d3f9d2d56625fccda64c5ac25e8a /package/dnsmasq/patches/103-hosts-fqdn.patch
parentac587815b0f46cdc8eb7d7141ffb5784b98b4b3b (diff)
downloadupstream-12a81e859f38f85f5143e72b56b5a1f974c53576.tar.gz
upstream-12a81e859f38f85f5143e72b56b5a1f974c53576.tar.bz2
upstream-12a81e859f38f85f5143e72b56b5a1f974c53576.zip
refresh all package patches in the buildroot using quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/patches/103-hosts-fqdn.patch')
-rw-r--r--package/dnsmasq/patches/103-hosts-fqdn.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/dnsmasq/patches/103-hosts-fqdn.patch b/package/dnsmasq/patches/103-hosts-fqdn.patch
index 0541614191..243e73b02e 100644
--- a/package/dnsmasq/patches/103-hosts-fqdn.patch
+++ b/package/dnsmasq/patches/103-hosts-fqdn.patch
@@ -1,6 +1,8 @@
---- dnsmasq-2.35/src/cache.c.orig 2007-02-12 14:35:58.000000000 -0800
-+++ dnsmasq-2.35/src/cache.c 2007-02-12 14:36:51.000000000 -0800
-@@ -720,10 +720,11 @@
+Index: dnsmasq-2.38/src/cache.c
+===================================================================
+--- dnsmasq-2.38.orig/src/cache.c 2007-06-04 13:22:23.510281176 +0200
++++ dnsmasq-2.38/src/cache.c 2007-06-04 13:22:24.014204568 +0200
+@@ -749,10 +749,11 @@
while ((token = strtok(NULL, " \t\n\r")) && (*token != '#'))
{
struct crec *cache;