mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
367 B
Plaintext
16 lines
367 B
Plaintext
$NetBSD: patch-ah,v 1.1 2006/12/07 11:24:27 markd Exp $
|
|
|
|
--- libjava/java/net/natPlainSocketImpl.cc.orig 2006-12-07 21:55:04.000000000 +1300
|
|
+++ libjava/java/net/natPlainSocketImpl.cc
|
|
@@ -61,6 +61,10 @@ read(int s, void *buf, int len)
|
|
#include <bstring.h>
|
|
#endif
|
|
|
|
+#ifdef TRUE
|
|
+#undef TRUE
|
|
+#undef FALSE
|
|
+#endif
|
|
|
|
#include <gcj/cni.h>
|
|
#include <gcj/javaprims.h>
|