diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-01-22 06:47:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-01-22 06:47:28 +0000 |
commit | d8e1f07a93c014d57b7be0fd24fbee1978c95451 (patch) | |
tree | e26c2c328b667508cf627e4182492a9c748df5eb /src/core/ngx_connection.c | |
parent | 2f2491b5ea235e8302f471ba42992a8f7006aa9d (diff) | |
download | nginx-d8e1f07a93c014d57b7be0fd24fbee1978c95451.tar.gz nginx-d8e1f07a93c014d57b7be0fd24fbee1978c95451.zip |
nginx-0.0.1-2004-01-22-09:47:28 import
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r-- | src/core/ngx_connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c index 7c515e642..6298ff160 100644 --- a/src/core/ngx_connection.c +++ b/src/core/ngx_connection.c @@ -4,7 +4,7 @@ #include <ngx_event.h> -ngx_os_io_t ngx_io; +ngx_os_io_t ngx_io; ngx_int_t ngx_set_inherited_sockets(ngx_cycle_t *cycle) |