Build fixes to resync with FreeBSD changes.

This commit is contained in:
Hisham Muhammad
2015-03-16 23:03:40 -03:00
parent 272e2d9b34
commit 4e064e0db7
4 changed files with 7 additions and 17 deletions

View File

@ -42,11 +42,6 @@ typedef struct CPUData_ {
typedef struct LinuxProcessList_ {
ProcessList super;
int totalTasks;
int userlandThreads;
int kernelThreads;
int runningTasks;
CPUData* cpus;
@ -90,7 +85,6 @@ void ProcessList_delete(ProcessList* pl);
#endif
void ProcessList_scan(ProcessList* super);
void ProcessList_goThroughEntries(ProcessList* super);
#endif