summaryrefslogtreecommitdiffstats
path: root/freebsd/FreeBSDProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/FreeBSDProcessList.h')
-rw-r--r--freebsd/FreeBSDProcessList.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/freebsd/FreeBSDProcessList.h b/freebsd/FreeBSDProcessList.h
index e97444bd..cbe4742c 100644
--- a/freebsd/FreeBSDProcessList.h
+++ b/freebsd/FreeBSDProcessList.h
@@ -48,11 +48,11 @@ typedef struct FreeBSDProcessList_ {
Hashtable* ttys;
- unsigned long *cp_time_o;
- unsigned long *cp_time_n;
+ unsigned long* cp_time_o;
+ unsigned long* cp_time_n;
- unsigned long *cp_times_o;
- unsigned long *cp_times_n;
+ unsigned long* cp_times_o;
+ unsigned long* cp_times_n;
} FreeBSDProcessList;