35fa61390a
Release Notes ------------- Fixed a bug that caused a crash whenever a string was added to the selection. Added new select and copy functions to the Viewer's menu. Improved the Editor's copy/paste ownership widget behavior. Fixed a GtkSelection bug in which redundant GtkSignals were being connected. Added pointer roller scroll support. Fixed a bug in the mapping of popup menus.
20 lines
516 B
Text
20 lines
516 B
Text
$NetBSD: patch-aa,v 1.5 2007/10/14 07:49:54 rillig Exp $
|
|
--- prochandle.cpp.orig 2007-02-11 09:00:00.000000000 +0100
|
|
+++ prochandle.cpp 2007-10-14 09:38:21.000000000 +0200
|
|
@@ -270,6 +270,7 @@ char **ExecExplodeCommand(const char *cm
|
|
/*
|
|
* Returns true if the process is still running.
|
|
*/
|
|
+#if 0
|
|
int ExecProcessExists(pid_t pid)
|
|
{
|
|
#ifdef __linux__
|
|
@@ -294,7 +295,7 @@ int ExecProcessExists(pid_t pid)
|
|
return(0);
|
|
#endif
|
|
}
|
|
-
|
|
+#endif
|
|
|
|
/*
|
|
* Returns the CPU load as a coefficient value from 0.0 to 1.0.
|