[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/soc-plasma-sff/kdebase/workspace/libs/ksysguard/processui
From:       Marijn Kruisselbrink <m.kruisselbrink () student ! tue ! nl>
Date:       2008-06-29 19:38:23
Message-ID: 1214768303.889519.5949.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 826076 by mkruisselbrink:

none of the existing code seems to compile on arm, so just disable it for now


 M  +2 -0      KMonitorProcessIO.cpp  


--- branches/work/soc-plasma-sff/kdebase/workspace/libs/ksysguard/processui/KMonitorProcessIO.cpp \
#826075:826076 @@ -215,6 +215,7 @@
 
 void KMonitorProcessIO::update(bool modified)
 {
+#ifndef __arm__
 #ifdef HAVE_SYS_PTRACE_H
 	static QColor writeColor = QColor(255,0,0);
 	static QColor readColor = QColor(0,0,255);
@@ -268,6 +269,7 @@
 	ptrace(PTRACE_SYSCALL, pid, 0, 0);
 	update(modified);
 #endif
+#endif
 }
 
 void KMonitorProcessIO::setIncludeChildProcesses(bool include) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic