commit | 764543e73426fd00741483ff830cf09bfb73752f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Nov 27 19:01:37 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Nov 27 19:01:37 2003 +0000 |
tree | 27b8bad85c18469e593d30ee137fdb5fe1a16af4 | |
parent | 0e499db3ed63432cfacd08282cce1d42b568b567 [diff] [blame] |
nginx-0.0.1-2003-11-27-22:01:37 import
diff --git a/src/os/unix/ngx_solaris_init.c b/src/os/unix/ngx_solaris_init.c index 3b13838..b2aba61 100644 --- a/src/os/unix/ngx_solaris_init.c +++ b/src/os/unix/ngx_solaris_init.c
@@ -12,8 +12,13 @@ ngx_unix_recv, NULL, NULL, +#if (HAVE_SENDFILE) + ngx_solaris_sendfilev_chain, + NGX_IO_SENDFILE +#else ngx_writev_chain, 0 +#endif };