buserror on osx.4
Igor Sysoev
is at rambler-co.ru
Tue Dec 19 01:48:35 MSK 2006
On Mon, 18 Dec 2006, Franklin Kingma wrote:
Try attached patch.
Igor Sysoev
http://sysoev.ru/en/
-------------- next part --------------
Index: src/core/ngx_times.c
===================================================================
--- src/core/ngx_times.c (revision 251)
+++ src/core/ngx_times.c (working copy)
@@ -19,7 +19,7 @@
#define NGX_TIME_SLOTS 64
-static ngx_uint_t slot = NGX_TIME_SLOTS;
+static ngx_uint_t slot;
static ngx_atomic_t ngx_time_lock;
volatile ngx_msec_t ngx_current_msec;
More information about the nginx
mailing list