summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-10-06 12:50:31 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-10-06 12:50:31 -0300
commit125c23ef23cabb1cd7aee25f01fb27061dd3864c (patch)
treea768532d4147527fc4e7ed7aa7e169911123b845 /freebsd/Platform.c
parent3fe2f3e28ec183c4cbab112aaf3689ba843a5c5c (diff)
Fix build in FreeBSD, and make sure SIGTERM is always the default.
Diffstat (limited to 'freebsd/Platform.c')
-rw-r--r--freebsd/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Platform.c b/freebsd/Platform.c
index 0d01b0ca..b1703291 100644
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -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 },

© 2014-2024 Faster IT GmbH | imprint | privacy policy