mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-03 09:01:33 -04:00
14 lines
437 B
Plaintext
14 lines
437 B
Plaintext
$NetBSD: patch-bc,v 1.3 2011/10/26 11:31:13 ryoon Exp $
|
|
|
|
--- lib9/u.h.orig 2010-06-04 10:46:05.000000000 +0000
|
|
+++ lib9/u.h
|
|
@@ -17,7 +17,7 @@ extern "C" {
|
|
#define _BSD_SOURCE 1
|
|
#define _NETBSD_SOURCE 1 /* NetBSD */
|
|
#define _SVID_SOURCE 1
|
|
-#if !defined(__APPLE__) && !defined(__OpenBSD__)
|
|
+#if !defined(__APPLE__) && !defined(__OpenBSD__) || !defined(__NetBSD__)
|
|
# define _XOPEN_SOURCE 1000
|
|
# define _XOPEN_SOURCE_EXTENDED 1
|
|
#endif
|