From 2d587c27827577f896fd46639695a02bf3541bf5 Mon Sep 17 00:00:00 2001 From: marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> Date: Wed, 26 Jan 2005 00:05:01 +0000 Subject: Fix build on 4.X. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3517 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/gnomesystemmonitor/files/patch-src_openfiles.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'sysutils/gnomesystemmonitor/files/patch-src_openfiles.c') diff --git a/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c b/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c index 6f6b8dc1b..efdcef5f7 100644 --- a/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c +++ b/sysutils/gnomesystemmonitor/files/patch-src_openfiles.c @@ -1,6 +1,14 @@ ---- src/openfiles.c.orig Fri Jan 14 03:16:02 2005 -+++ src/openfiles.c Fri Jan 14 03:16:34 2005 -@@ -106,7 +106,7 @@ +--- 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! */ @@ -9,7 +17,7 @@ } -@@ -115,10 +115,10 @@ +@@ -152,10 +153,10 @@ { ProcInfo *info; GtkTreeModel *model; -- cgit