diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-11-20 10:35:27 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-11-20 10:35:27 +0000 |
| commit | bc92812ab5cade1170c6df52fc33e8065ffab9af (patch) | |
| tree | 1e4de3b7c8a0a9047d4364e38fbea1a3c565fdd5 /www/oops/files/patch-src::environment.h | |
| parent | Updated plist which I forgot to commit yesterday. (diff) | |
Update to 1.5.23.
Notes
Notes:
svn path=/head/; revision=94451
Diffstat (limited to 'www/oops/files/patch-src::environment.h')
| -rw-r--r-- | www/oops/files/patch-src::environment.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/www/oops/files/patch-src::environment.h b/www/oops/files/patch-src::environment.h deleted file mode 100644 index ce28186849c6..000000000000 --- a/www/oops/files/patch-src::environment.h +++ /dev/null @@ -1,39 +0,0 @@ ---- src/environment.h.orig Wed Dec 12 18:49:39 2001 -+++ src/environment.h Fri Mar 21 19:15:34 2003 -@@ -52,11 +52,13 @@ - #if defined(HAVE_CRYPT_H) - #include <crypt.h> - #endif -+/* - #if defined(HAVE_GETOPT_H) - #include <getopt.h> - #elif !defined(HAVE_GETOPT) - #include "getopt.h" - #endif -+*/ - - #if defined(HAVE_ZLIB) - #include <zlib.h> -@@ -67,7 +69,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 - -@@ -119,11 +121,11 @@ - #include <sys/stat.h> - #endif - --#if defined(HAVE_SYS_INTTYPES_H) -+#if defined(HAVE_INTTYPES_H) - #include <inttypes.h> - #endif - --#if !defined(HAVE_SYS_INTTYPES_H) && !defined(_STDINT_H) -+#if !defined(HAVE_INTTYPES_H) && !defined(_STDINT_H) - typedef unsigned int uintptr_t; - #endif - |
