Enable OOM support unconditionally on Linux.

Read OOM data only if column is enabled.
Make sort ordering more consistent. Closes #182.
This commit is contained in:
Hisham Muhammad
2015-04-09 15:41:21 -03:00
parent b291fba02b
commit 2f45008477
5 changed files with 9 additions and 39 deletions

View File

@ -81,10 +81,6 @@ void ProcessList_delete(ProcessList* pl);
#endif
#ifdef HAVE_OOM
#endif
void ProcessList_goThroughEntries(ProcessList* super);
#endif