From 12a81e859f38f85f5143e72b56b5a1f974c53576 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 4 Jun 2007 11:25:53 +0000 Subject: refresh all package patches in the buildroot using quilt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/dnsmasq/patches/103-hosts-fqdn.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'package/dnsmasq/patches/103-hosts-fqdn.patch') 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; -- cgit v1.2.3