$NetBSD: patch-ac,v 1.2 2002/08/25 21:51:38 jlam 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>
