diff --git a/openbsd/Platform.c b/openbsd/Platform.c index 83a218e6..25d53cc3 100644 --- a/openbsd/Platform.c +++ b/openbsd/Platform.c @@ -95,6 +95,9 @@ ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_SIZE, M_R int Platform_numberOfFields = LAST_PROCESSFIELD; +/* + * See /usr/include/sys/signal.h + */ SignalItem Platform_signals[] = { { .name = " 0 Cancel", .number = 0 }, { .name = " 1 SIGHUP", .number = 1 },