15 lines
572 B
C
15 lines
572 B
C
$NetBSD: patch-src_xfce-taskmanager-linux.h,v 1.2 2018/05/22 16:12:13 youri Exp $
|
|
|
|
fix declaration to be the same as the implementation.
|
|
|
|
--- src/xfce-taskmanager-linux.h.orig 2014-09-16 12:27:52.000000000 +0000
|
|
+++ src/xfce-taskmanager-linux.h
|
|
@@ -38,7 +38,7 @@
|
|
#define SIGNAL_CONT SIGCONT
|
|
#define SIGNAL_STOP SIGSTOP
|
|
|
|
-void get_task_details(gint pid,struct task *task);
|
|
+void get_task_details(pid_t pid,struct task *task);
|
|
GArray *get_task_list(void);
|
|
gboolean get_system_status(system_status *sys_stat);
|
|
gboolean get_cpu_usage_from_proc(system_status *sys_stat);
|