summaryrefslogtreecommitdiffstats
path: root/dragonflybsd
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2021-03-18 08:23:07 +1100
committerNathan Scott <nathans@redhat.com>2021-03-22 17:16:40 +1100
commitd56d23d91adf3fad512e5311fcdd0ca129e820c7 (patch)
tree8c6d3059243904dde7689d38bacf72366bd04d4f /dragonflybsd
parent0ada9f325f69ddb0f917f023fa701ce7669cd370 (diff)
Each platform defines its own long opt macro, prefer printf
Follow up on the two items of feedback from cgzones review, and resolve a build failure picked up by CI on Mac OS X. Related to https://github.com/htop-dev/htop/pull/564
Diffstat (limited to 'dragonflybsd')
-rw-r--r--dragonflybsd/Platform.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h
index 213936cc..9ddcbc70 100644
--- a/dragonflybsd/Platform.h
+++ b/dragonflybsd/Platform.h
@@ -21,6 +21,9 @@ in the source distribution for its full text.
#include "generic/uname.h"
+#define PLATFORM_LONG_OPTIONS
+#define PLATFORM_LONG_OPTIONS_USAGE
+
extern const ProcessField Platform_defaultFields[];
extern const SignalItem Platform_signals[];
@@ -67,7 +70,7 @@ static inline void Platform_getRelease(char** string) {
*string = Generic_uname();
}
-static bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int argc, ATTR_UNUSED char** argv) {
+static inline bool Platform_getLongOption(ATTR_UNUSED int opt, ATTR_UNUSED int argc, ATTR_UNUSED char** argv) {
return false;
}

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