From 57d9ecc5519a44d4d08f1739ab4b741ccfc2d35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 5 Dec 2020 22:57:07 +0100 Subject: OpenBSD update - compilation failures like `return &this->this;` -> `return &this->super;` - iwyu update - misc cleanup --- openbsd/OpenBSDProcess.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'openbsd/OpenBSDProcess.h') diff --git a/openbsd/OpenBSDProcess.h b/openbsd/OpenBSDProcess.h index 12ce1840..2d015136 100644 --- a/openbsd/OpenBSDProcess.h +++ b/openbsd/OpenBSDProcess.h @@ -8,6 +8,13 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ +#include + +#include "Object.h" +#include "Process.h" +#include "Settings.h" + + typedef enum OpenBSDProcessFields_ { // Add platform-specific fields here, with ids >= 100 LAST_PROCESSFIELD = 100, @@ -31,10 +38,6 @@ Process* OpenBSDProcess_new(const Settings* settings); void Process_delete(Object* cast); -void OpenBSDProcess_writeField(const Process* this, RichString* str, ProcessField field); - -long OpenBSDProcess_compare(const void* v1, const void* v2); - bool Process_isThread(const Process* this); #endif -- cgit v1.2.3