comparison src/os/unix/ngx_recv.c @ 103:6dfda4cf5200

nginx-0.0.1-2003-06-11-19:28:34 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 Jun 2003 15:28:34 +0000
parents a23d010f356d
children ef8c87afcfc5
comparison
equal deleted inserted replaced
102:7e86d028d8f0 103:6dfda4cf5200
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3 #include <ngx_core.h> 3 #include <ngx_core.h>
4 #include <ngx_event.h>
4 5
5 6
6 static int ngx_unix_recv_error(ngx_event_t *rev, ngx_err_t err); 7 static int ngx_unix_recv_error(ngx_event_t *rev, ngx_err_t err);
7 8
8 9