blob: 4a18aac233e78a139e9707a018231235841f0826 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2002/04/15 20:42:22 fredb Exp $
--- General.h.orig Thu May 11 05:37:35 2000
+++ General.h
@@ -11,7 +11,7 @@
#undef _POSIX_SOURCE
#endif
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
#define _POSIX_SOURCE 1
#endif
|