summaryrefslogtreecommitdiff
path: root/net/gnome-nettool/files/patch-src_nettool.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnome-nettool/files/patch-src_nettool.c')
-rw-r--r--net/gnome-nettool/files/patch-src_nettool.c39
1 files changed, 0 insertions, 39 deletions
diff --git a/net/gnome-nettool/files/patch-src_nettool.c b/net/gnome-nettool/files/patch-src_nettool.c
deleted file mode 100644
index 51f11e3f1e96..000000000000
--- a/net/gnome-nettool/files/patch-src_nettool.c
+++ /dev/null
@@ -1,39 +0,0 @@
---- src/nettool.c.orig Wed Dec 22 07:07:36 2004
-+++ src/nettool.c Mon Dec 27 21:22:28 2004
-@@ -21,6 +21,7 @@
- #include <gnome.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <signal.h>
- #include <errno.h>
- #include <sys/wait.h>
-@@ -361,6 +362,10 @@
- len, NULL);
- }
-
-+ g_free (text);
-+
-+ return TRUE;
-+
- } else if (status == G_IO_STATUS_AGAIN) {
- char buf[1];
-
-@@ -372,12 +377,14 @@
- }
- g_string_append_c (netinfo->command_output, buf[0]);
- }
-+
-+ g_free (text);
-+
-+ return TRUE;
- } else if (status == G_IO_STATUS_EOF) {
-- }
-+ }
-
- g_free (text);
--
-- return TRUE;
- }
-
- /* The condition is not G_IO_HUP | G_IO_ERR | G_IO_NVAL, so