ff52edbe07
XXX: "writable memory" is too large to be correct, and the graph updates make Xorg eat the whole CPU, otherwise looks ok. New in 2.24.1 - 20 October 2008 * Translation updates. New in 2.24.0 - 22 September 2008 * Translation updates. New in 2.23.91 - 1 September 2008 * Fixed bug 549383 – network assertion in the resource tab. New in 2.23.90 - 18 August 2008 * Fixed truncated process names. New in 2.23.6 - 4 August 2008 * Don't segfault in the disk list when icon cannot be retried from gvfs. New in 2.23.5 - 21 July 2008 * Fixed network speed when there are pseudo-devices with no address. New in 2.23.3 - 2 June 2008 * New 'Waiting Channel' process column. New in 2.23.2 - 26 May 2008 * This is the first 2.23 release * New option to start with the system tab. * Don't crash on invalid regex in lsof. Display an error message. * Fixed the graph time scale. * Performance fix for bad graphic card drivers (yes, system-monitor is very fast with the vesa driver without this patch). Blame your driver's writers. * Moved to gio. * Many internal cleanups. * Filesystem column are now configurable. * lsof now shows IPv6 connections. * New wchan column (if you have a better name for that...) Thanks to Mark McCelland, Karl Lattimer, Toby Dacre, Matthis Clasen and Hubert Figuière.
15 lines
269 B
Text
15 lines
269 B
Text
$NetBSD: patch-ab,v 1.1 2008/11/15 19:38:53 wiz Exp $
|
|
|
|
--- src/openfiles.cpp.orig 2008-09-11 19:55:34.000000000 +0000
|
|
+++ src/openfiles.cpp
|
|
@@ -15,6 +15,10 @@
|
|
#include "util.h"
|
|
#include "gconf-keys.h"
|
|
|
|
+#ifndef NI_IDN
|
|
+#define NI_IDN 32
|
|
+#endif
|
|
+
|
|
enum
|
|
{
|
|
COL_FD,
|