summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
commit6ea8cdadd34fade98a807bf84429806612c65079 (patch)
treeb7f18e7e629139c395bf0080243a2218963d0301 /sysutils/gnomesystemmonitor/files/patch-src_openfiles.c
parent857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff)
downloadmarcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomesystemmonitor/files/patch-src_openfiles.c')
-rw-r--r--sysutils/gnomesystemmonitor/files/patch-src_openfiles.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c b/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c
deleted file mode 100644
index efdcef5f7..000000000
--- a/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/openfiles.c.orig Fri Jan 21 18:35:43 2005
-+++ src/openfiles.c Tue Jan 25 19:02:29 2005
-@@ -8,6 +8,7 @@
- #include <netdb.h>
- #include <sys/types.h>
- #include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include "procman.h"
- #include "openfiles.h"
-@@ -143,7 +144,7 @@
- const glibtop_open_files_entry *o2 = b;
-
- /* Falta manejar los diferentes tipos! */
-- return (o1->fd == o2->fd) && (o1->type == o1->type); // XXX!
-+ return (o1->fd == o2->fd) && (o1->type == o1->type); /* XXX! */
- }
-
-
-@@ -152,10 +153,10 @@
- {
- ProcInfo *info;
- GtkTreeModel *model;
-- glibtop_open_files_entry *openfiles;
-- glibtop_proc_open_files procmap;
- GHashTable *new_maps;
- gint i;
-+ glibtop_open_files_entry *openfiles;
-+ glibtop_proc_open_files procmap;
-
- info = g_object_get_data (G_OBJECT (tree), "selected_info");
- g_return_if_fail (info);