summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/OpenBSDCRT.h4
-rw-r--r--openbsd/Platform.c3
-rw-r--r--openbsd/Platform.h1
3 files changed, 4 insertions, 4 deletions
diff --git a/openbsd/OpenBSDCRT.h b/openbsd/OpenBSDCRT.h
index 3af9787d..c48309a7 100644
--- a/openbsd/OpenBSDCRT.h
+++ b/openbsd/OpenBSDCRT.h
@@ -1,7 +1,7 @@
/* Do not edit this file. It was automatically generated. */
-#ifndef HEADER_UnsupportedCRT
-#define HEADER_UnsupportedCRT
+#ifndef HEADER_OpenBSDCRT
+#define HEADER_OpenBSDCRT
/*
htop - UnsupportedCRT.h
(C) 2014 Hisham H. Muhammad
diff --git a/openbsd/Platform.c b/openbsd/Platform.c
index eed1d6cd..7114d941 100644
--- a/openbsd/Platform.c
+++ b/openbsd/Platform.c
@@ -106,7 +106,8 @@ SignalItem Platform_signals[] = {
{ .name = " 3 SIGQUIT", .number = 3 },
{ .name = " 4 SIGILL", .number = 4 },
{ .name = " 5 SIGTRAP", .number = 5 },
- { .name = " 6 SIGABRT", .number = 6 }, /* a.k.a. SIGIOT */
+ { .name = " 6 SIGABRT", .number = 6 },
+ { .name = " 6 SIGIOT", .number = 6 },
{ .name = " 7 SIGEMT", .number = 7 },
{ .name = " 8 SIGFPE", .number = 8 },
{ .name = " 9 SIGKILL", .number = 9 },
diff --git a/openbsd/Platform.h b/openbsd/Platform.h
index 63c7dda2..a59d2ef5 100644
--- a/openbsd/Platform.h
+++ b/openbsd/Platform.h
@@ -12,7 +12,6 @@ in the source distribution for its full text.
#include "Action.h"
#include "BatteryMeter.h"
-#include "SignalsPanel.h"
extern ProcessFieldData Process_fields[];