gentoo/dev-java/commons-daemon/files/commons-daemon-1.5.1-gentoo.patch
Volkmar W. Pogatzki ceeef793da
dev-java/commons-daemon: add 1.5.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/45685
Closes: https://github.com/gentoo/gentoo/pull/45685
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
2026-02-09 19:34:59 +01:00

19 lines
318 B
Diff

--- a/src/native/unix/native/jsvc.h
+++ b/src/native/unix/native/jsvc.h
@@ -25,15 +25,7 @@
#include <sys/stat.h>
/* Definitions for booleans */
-#ifdef OS_DARWIN
#include <stdbool.h>
-#else
-typedef enum {
- false,
- true
-} bool;
-#endif
-
#include "version.h"
#include "debug.h"
#include "arguments.h"