diff options
Diffstat (limited to 'net-mgmt/etherape/files')
-rw-r--r-- | net-mgmt/etherape/files/patch-capture.c | 20 | ||||
-rw-r--r-- | net-mgmt/etherape/files/patch-resolv.c | 11 |
2 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/etherape/files/patch-capture.c b/net-mgmt/etherape/files/patch-capture.c deleted file mode 100644 index 4a7a0a44e28c..000000000000 --- a/net-mgmt/etherape/files/patch-capture.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/capture.c.orig Sat Apr 29 09:58:35 2006 -+++ src/capture.c Mon May 29 01:14:23 2006 -@@ -464,10 +464,13 @@ - return FALSE; - } - -- /* preparing protocol summary and nodes/links catalogs */ -- protocol_summary_open(); -- nodes_catalog_open(); -- links_catalog_open(); -+ if (status != PAUSE) -+ { -+ /* preparing protocol summary and nodes/links catalogs */ -+ protocol_summary_open(); -+ nodes_catalog_open(); -+ links_catalog_open(); -+ } - - /* - * See pause_capture for an explanation of why we don't always diff --git a/net-mgmt/etherape/files/patch-resolv.c b/net-mgmt/etherape/files/patch-resolv.c deleted file mode 100644 index 4e062d403126..000000000000 --- 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); - } - |