comparison src/event/ngx_event_accept.c @ 63:36d2c25cc9bb

nginx-0.0.1-2003-02-26-23:21:43 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Feb 2003 20:21:43 +0000
parents 50186b49f2ad
children 34d647deb1da
comparison
equal deleted inserted replaced
62:8ccba41a678e 63:36d2c25cc9bb
154 154
155 ev->available--; 155 ev->available--;
156 156
157 #elif (HAVE_KQUEUE) 157 #elif (HAVE_KQUEUE)
158 158
159 /*
160 if (ngx_event_type == NGX_HAVE_AIO_EVENT or NGX_HAVE_KQUEUE_EVENT) {
161 */
159 if (ngx_event_type == NGX_HAVE_KQUEUE_EVENT) { 162 if (ngx_event_type == NGX_HAVE_KQUEUE_EVENT) {
160 ev->available--; 163 ev->available--;
161 } 164 }
162 165
163 #endif 166 #endif