diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 11:25:53 +0000 |
commit | 91142205534e135a29ceb3992708bf2ca3219021 (patch) | |
tree | 16e69db35c7fdf48ea76876109b0b38845361209 /package/dnsmasq/patches/103-hosts-fqdn.patch | |
parent | d5b15895ef66b9a664afa72d88507060e1f0a270 (diff) | |
download | mtk-20170518-91142205534e135a29ceb3992708bf2ca3219021.zip mtk-20170518-91142205534e135a29ceb3992708bf2ca3219021.tar.gz mtk-20170518-91142205534e135a29ceb3992708bf2ca3219021.tar.bz2 |
refresh all package patches in the buildroot using quilt
SVN-Revision: 7490
Diffstat (limited to 'package/dnsmasq/patches/103-hosts-fqdn.patch')
-rw-r--r-- | package/dnsmasq/patches/103-hosts-fqdn.patch | 8 |
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 0541614..243e73b 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; |