diff options
Diffstat (limited to 'net-mgmt/etherape/files/patch-resolv.c')
-rw-r--r-- | net-mgmt/etherape/files/patch-resolv.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/etherape/files/patch-resolv.c b/net-mgmt/etherape/files/patch-resolv.c deleted file mode 100644 index 4e062d403..000000000 --- a/net-mgmt/etherape/files/patch-resolv.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/resolv.c.orig Sat Apr 29 09:58:35 2006 -+++ src/resolv.c Mon May 29 00:54:06 2006 -@@ -500,7 +500,7 @@ - */ - if (g_pethers_path == NULL) - { -- g_strdup_printf (g_pethers_path, "%s/%s", -+ g_pethers_path = g_strdup_printf ("%s/%s", - get_home_dir (), EPATH_PERSONAL_ETHERS); - } - |