diff options
Diffstat (limited to 'sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp')
-rw-r--r-- | sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp b/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp index c00526174921..7e97b8a494aa 100644 --- a/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp +++ b/sysutils/gnome-system-monitor/files/patch-src_openfiles.cpp @@ -1,14 +1,14 @@ ---- src/openfiles.cpp.orig 2008-05-27 16:16:46.000000000 -0400 -+++ src/openfiles.cpp 2008-05-27 16:19:53.000000000 -0400 -@@ -66,7 +66,11 @@ friendlier_hostname(const char *addr_str - goto failsafe; +--- src/openfiles.cpp.orig 2011-08-30 02:46:08.000000000 +0200 ++++ src/openfiles.cpp 2011-10-08 00:23:38.000000000 +0200 +@@ -71,7 +71,11 @@ + goto failsafe; - if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname, + if (getnameinfo(res->ai_addr, res->ai_addrlen, hostname, +#ifdef NI_IDN - sizeof hostname, service, sizeof service, NI_IDN)) + sizeof hostname, service, sizeof service, NI_IDN)) +#else -+ sizeof hostname, service, sizeof service, 0)) ++ sizeof hostname, service, sizeof service, 0)) +#endif - goto failsafe; + goto failsafe; - if (res) freeaddrinfo(res); + if (res) freeaddrinfo(res); |