blob: 5f2f987c25d20fc477ac9f1ead4626220b336f41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.1 2002/05/11 18:10:43 wiz Exp $
--- General.h.orig Fri Mar 21 12:12:30 1997
+++ General.h
@@ -10,7 +10,9 @@
#undef _POSIX_SOURCE
#endif
+#if !defined(__FreeBSD__) && !defined(__NetBSD__)
#define _POSIX_SOURCE 1
+#endif
#include <stdio.h>
#include <signal.h>
|