mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
$NetBSD: patch-ab,v 1.1 2004/12/11 14:13:34 kristerw Exp $
|
|
|
|
--- src/j-sys.h.orig Sat Dec 11 15:03:16 2004
|
|
+++ src/j-sys.h Sat Dec 11 15:03:37 2004
|
|
@@ -239,7 +239,7 @@
|
|
#endif
|
|
|
|
#if !defined (HAVE_BOOL)
|
|
-typedef int bool;
|
|
+#define bool int
|
|
#endif
|
|
|
|
#ifndef true
|