By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2443
Collapse All | Expand All

(-)a/kicker/applets/naughty/NaughtyProcessMonitor.cpp (-1 / +1 lines)
Lines 25-31 Link Here
25
#include <sys/proc.h>
25
#include <sys/proc.h>
26
#include <sys/sysctl.h>
26
#include <sys/sysctl.h>
27
#include <sys/ucred.h>
27
#include <sys/ucred.h>
28
#include <sys/dkstat.h>
28
#include <sys/sched.h>
29
#include <stdlib.h>
29
#include <stdlib.h>
30
#endif
30
#endif
31
31
(-)a/ksysguard/ksysguardd/OpenBSD/ProcessList.c (+1 lines)
Lines 33-38 Link Here
33
#include <sys/time.h>
33
#include <sys/time.h>
34
#include <sys/types.h>
34
#include <sys/types.h>
35
#include <sys/user.h>
35
#include <sys/user.h>
36
#include <errno.h>
36
#include <unistd.h>
37
#include <unistd.h>
37
#include <signal.h>
38
#include <signal.h>
38
39
(-)a/ksysguard/ksysguardd/OpenBSD/cpu.c (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
#include <sys/param.h>
21
#include <sys/param.h>
22
#include <sys/sysctl.h>
22
#include <sys/sysctl.h>
23
#include <sys/dkstat.h>
23
#include <sys/sched.h>
24
24
25
#include <stdio.h>
25
#include <stdio.h>
26
#include <stdlib.h>
26
#include <stdlib.h>
(-)a/ksysguard/ksysguardd/OpenBSD/memory.c (-1 / +2 lines)
Lines 22-28 Link Here
22
22
23
#include <sys/param.h>
23
#include <sys/param.h>
24
#include <sys/sysctl.h>
24
#include <sys/sysctl.h>
25
#include <sys/dkstat.h>
25
#include <sys/sched.h>
26
#include <sys/vmmeter.h>
26
#include <sys/swap.h>
27
#include <sys/swap.h>
27
28
28
#include <limits.h>
29
#include <limits.h>

Return to bug 2443