comparison src/event/modules/ngx_kqueue_module.c @ 2091:9f15e5f8ff9e stable-0.6

r2007, r2025, r2042 merge: style fixes
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 10:18:41 +0000
parents ae957ab627e2
children c7d57b539248
comparison
equal deleted inserted replaced
2090:72b09c4dd8f7 2091:9f15e5f8ff9e
444 |NOTE_ATTRIB|NOTE_RENAME 444 |NOTE_ATTRIB|NOTE_RENAME
445 #if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \ 445 #if (__FreeBSD__ == 4 && __FreeBSD_version >= 430000) \
446 || __FreeBSD_version >= 500018 446 || __FreeBSD_version >= 500018
447 |NOTE_REVOKE 447 |NOTE_REVOKE
448 #endif 448 #endif
449 ; 449 ;
450 kev->data = 0; 450 kev->data = 0;
451 451
452 } else { 452 } else {
453 #if (NGX_HAVE_LOWAT_EVENT) 453 #if (NGX_HAVE_LOWAT_EVENT)
454 if (flags & NGX_LOWAT_EVENT) { 454 if (flags & NGX_LOWAT_EVENT) {