comparison src/event/ngx_event_accept.c @ 60:50186b49f2ad

nginx-0.0.1-2003-02-11-10:14:40 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 11 Feb 2003 07:14:40 +0000
parents e8cdc2989cee
children 36d2c25cc9bb
comparison
equal deleted inserted replaced
59:e8cdc2989cee 60:50186b49f2ad
154 154
155 ev->available--; 155 ev->available--;
156 156
157 #elif (HAVE_KQUEUE) 157 #elif (HAVE_KQUEUE)
158 158
159 if (ngx_event_type == NGX_KQUEUE_EVENT) { 159 if (ngx_event_type == NGX_HAVE_KQUEUE_EVENT) {
160 ev->available--; 160 ev->available--;
161 } 161 }
162 162
163 #endif 163 #endif
164 } while (ev->available); 164 } while (ev->available);