freebsd-ports/www/oops/files/patch-src::environment.h
Maxim Konovalov 8559dd85b6 Fix the previous commit. Note to myself: do not forget cvs rm -f
the empty files and cvs add the new ones.
2002-02-14 14:47:04 +00:00

10 lines
298 B
C

--- src/environment.h.orig Wed Dec 13 17:33:19 2000
+++ src/environment.h Wed Dec 13 17:33:40 2000
@@ -55,7 +55,7 @@
#include <thread.h>
#endif
#include <pthread.h>
-#if !defined(HAVE_PTHREAD_RWLOCK_INIT)
+#if !defined(HAVE_PTHREAD_RWLOCK_INIT) && !defined(FREEBSD)
#include "rwlock.h"
#endif