Fix build in FreeBSD, and make sure SIGTERM is always the default.

This commit is contained in:
Hisham Muhammad
2015-10-06 12:50:31 -03:00
parent 3fe2f3e28e
commit 125c23ef23
2 changed files with 11 additions and 3 deletions

View File

@ -37,7 +37,7 @@ ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_SIZE, M_R
int Platform_numberOfFields = LAST_PROCESSFIELD;
static SignalItem Platform_signals[] = {
SignalItem Platform_signals[] = {
{ .name = " 0 Cancel", .number = 0 },
{ .name = " 1 SIGHUP", .number = 1 },
{ .name = " 2 SIGINT", .number = 2 },