mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
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>
19 lines
318 B
Diff
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"
|