From 34776752f802061de683a17f32474e09dbc80be3 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 1 Jun 2022 01:43:36 +0200 Subject: [PATCH] Ports: Remove the `nice` stub from `oksh` --- .../patches/0001-Add-some-compat-macros-for-serenity.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch b/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch index fa93c69ef7..bdcc56b700 100644 --- a/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch +++ b/Ports/oksh/patches/0001-Add-some-compat-macros-for-serenity.patch @@ -20,7 +20,7 @@ index 5c86edd..6ccf7f6 100644 #define _PW_NAME_LEN 8 #else #define _PW_NAME_LEN MAXLOGNAME - 1 -@@ -116,6 +116,15 @@ +@@ -116,6 +116,14 @@ #define nice(x) (int)0 #endif /* __HAIKU__ */ @@ -30,7 +30,6 @@ index 5c86edd..6ccf7f6 100644 +#define _CS_PATH 1 +#define WCOREFLAG 0200 +#define WCOREDUMP(x) ((x) & WCOREFLAG) -+#define nice(x) (int)0 +#endif /* __serenity__ */ + #ifndef HAVE_SETRESGID