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 2110
Collapse All | Expand All

(-)ksysguard/ksysguardd/modules.h.orig (+2 lines)
Lines 79-84 Link Here
79
#ifdef OSTYPE_OpenBSD
79
#ifdef OSTYPE_OpenBSD
80
#include "cpu.h"
80
#include "cpu.h"
81
#include "memory.h"
81
#include "memory.h"
82
#include "ProcessList.h"
82
#endif /* OSTYPE_OpenBSD */
83
#endif /* OSTYPE_OpenBSD */
83
84
84
typedef void (*VSFunc)( struct SensorModul* );
85
typedef void (*VSFunc)( struct SensorModul* );
Lines 143-148 Link Here
143
#ifdef OSTYPE_OpenBSD
144
#ifdef OSTYPE_OpenBSD
144
  { "CpuInfo", initCpuInfo, exitCpuInfo, updateCpuInfo, NULLVVFUNC, 0, NULLTIME },
145
  { "CpuInfo", initCpuInfo, exitCpuInfo, updateCpuInfo, NULLVVFUNC, 0, NULLTIME },
145
  { "Memory", initMemory, exitMemory, updateMemory, NULLVVFUNC, 0, NULLTIME },
146
  { "Memory", initMemory, exitMemory, updateMemory, NULLVVFUNC, 0, NULLTIME },
147
  { "ProcessList", initProcessList, exitProcessList, updateProcessList, NULLVVFUNC, 0, NULLTIME },
146
#endif /* OSTYPE_OpenBSD */
148
#endif /* OSTYPE_OpenBSD */
147
149
148
  { NULL, NULLVSFUNC, NULLVVFUNC, NULLIVFUNC, NULLVVFUNC, 0, NULLTIME }
150
  { NULL, NULLVSFUNC, NULLVVFUNC, NULLIVFUNC, NULLVVFUNC, 0, NULLTIME }

Return to bug 2110