mirror of https://github.com/xzeldon/htop.git
fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream
This commit is contained in:
parent
23bf564d73
commit
93f05b459f
|
@ -32,11 +32,6 @@ in the source distribution for its full text.
|
|||
#include "BatteryMeter.h"
|
||||
#include "LinuxProcess.h"
|
||||
#include "SignalsPanel.h"
|
||||
|
||||
#ifndef DEFAULT_SIGNAL
|
||||
#define DEFAULT_SIGNAL 16
|
||||
#endif
|
||||
|
||||
}*/
|
||||
|
||||
ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_SIZE, M_RESIDENT, M_SHARE, STATE, PERCENT_CPU, PERCENT_MEM, TIME, COMM, 0 };
|
||||
|
|
Loading…
Reference in New Issue