aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_win32_init.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-04-23 11:13:12 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-04-23 11:13:12 +0000
commitc28ff717cb27e01cc40bdaebdd2c3826c0a7707d (patch)
treef0cfcf4aac2d0fb1226b4305a90916998008436b /src/os/win32/ngx_win32_init.c
parentae2f2b105ad8e56eea73720a094961cc9e665f3d (diff)
downloadnginx-c28ff717cb27e01cc40bdaebdd2c3826c0a7707d.tar.gz
nginx-c28ff717cb27e01cc40bdaebdd2c3826c0a7707d.zip
issue start up errors and warning on both stderr and error_log
Diffstat (limited to 'src/os/win32/ngx_win32_init.c')
-rw-r--r--src/os/win32/ngx_win32_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/win32/ngx_win32_init.c b/src/os/win32/ngx_win32_init.c
index e64ce39fc..0924c3c70 100644
--- a/src/os/win32/ngx_win32_init.c
+++ b/src/os/win32/ngx_win32_init.c
@@ -16,7 +16,6 @@ ngx_int_t ngx_max_sockets;
ngx_uint_t ngx_inherited_nonblocking = 1;
ngx_uint_t ngx_tcp_nodelay_and_tcp_nopush;
-ngx_fd_t ngx_stderr_fileno;
char ngx_unique[NGX_INT32_LEN + 1];