diff src/event/ngx_event_pipe.c @ 1599:51b401063046

64-bit update lost in r1355
author Igor Sysoev <igor@sysoev.ru>
date Tue, 23 Oct 2007 14:09:12 +0000
parents 4c43e25d11ea
children 91c08c1f4654
line wrap: on
line diff
--- a/src/event/ngx_event_pipe.c
+++ b/src/event/ngx_event_pipe.c
@@ -21,7 +21,7 @@ static ngx_int_t ngx_event_pipe_drain_ch
 
 
 ngx_int_t
-ngx_event_pipe(ngx_event_pipe_t *p, int do_write)
+ngx_event_pipe(ngx_event_pipe_t *p, ngx_int_t do_write)
 {
     u_int         flags;
     ngx_event_t  *rev, *wev;