diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-10-27 15:01:15 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-10-27 15:01:15 +0000 |
| commit | b586976d2e69b4e3f5e5992f7aad2848273acfa5 (patch) | |
| tree | 21748b147aa032cbaa7eeab4ec66ea5802dec134 /www/nginx-devel/files | |
| parent | - Update to 0.46 (diff) | |
Update to 0.3.7.
Remove needless patch.
Diffstat (limited to 'www/nginx-devel/files')
| -rw-r--r-- | www/nginx-devel/files/patch-src-os-unix-ngx_atomic.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/www/nginx-devel/files/patch-src-os-unix-ngx_atomic.h b/www/nginx-devel/files/patch-src-os-unix-ngx_atomic.h deleted file mode 100644 index 6dc60f5f5515..000000000000 --- a/www/nginx-devel/files/patch-src-os-unix-ngx_atomic.h +++ /dev/null @@ -1,22 +0,0 @@ ---- src/os/unix/ngx_atomic.h.orig Wed Oct 26 11:17:58 2005 -+++ src/os/unix/ngx_atomic.h Wed Oct 26 11:18:36 2005 -@@ -154,7 +154,7 @@ - ngx_atomic_cmp_set(ngx_atomic_t *lock, ngx_atomic_uint_t old, - ngx_atomic_uint_t set) - { -- if (*lock == old { -+ if (*lock == old) { - *lock = set; - return 1; - } -@@ -174,8 +174,9 @@ - return old; - } - --#endif -+#define ngx_memory_barrier() - -+#endif - - void ngx_spinlock(ngx_atomic_t *lock, ngx_uint_t spin); - |
