diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-02-09 07:46:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-02-09 07:46:43 +0000 |
commit | 7af6b16936b630feabecbce0dbc9cf84b4943481 (patch) | |
tree | 18301d35a84907e66fe94ddc7600d4ec6d600409 /src/os/unix/ngx_freebsd_init.c | |
parent | 9260294400c902904cdf791c9c2e8fd069feec63 (diff) | |
download | nginx-7af6b16936b630feabecbce0dbc9cf84b4943481.tar.gz nginx-7af6b16936b630feabecbce0dbc9cf84b4943481.zip |
nginx-0.0.2-2004-02-09-10:46:43 import
Diffstat (limited to 'src/os/unix/ngx_freebsd_init.c')
-rw-r--r-- | src/os/unix/ngx_freebsd_init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/unix/ngx_freebsd_init.c b/src/os/unix/ngx_freebsd_init.c index 205617905..0f02fba8b 100644 --- a/src/os/unix/ngx_freebsd_init.c +++ b/src/os/unix/ngx_freebsd_init.c @@ -115,8 +115,8 @@ int ngx_os_init(ngx_log_t *log) /* * The determination of the sendfile() nbytes bug is complex enough. - * There are two sendfile() syscalls: a new 393 has no bug while - * an old 336 has the bug in some versions and has not in others. + * There are two sendfile() syscalls: a new #393 has no bug while + * an old #336 has the bug in some versions and has not in others. * Besides libc_r wrapper also emulates the bug in some versions. * There's no way to say exactly if a given FreeBSD version has the bug. * Here is the algorithm that works at least for RELEASEs |