diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-05-04 15:32:46 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-04 15:32:46 +0000 |
| commit | ac72bd17d1c845b81aa9d1050b764ba1018ae462 (patch) | |
| tree | e7df03607b73b7c1cca5438fa02b6022c0e37e74 /src/os/unix/ngx_socket.c | |
| parent | 2cca46c774157b529c439eafe0083d75e74f138a (diff) | |
| download | nginx-ac72bd17d1c845b81aa9d1050b764ba1018ae462.tar.gz nginx-ac72bd17d1c845b81aa9d1050b764ba1018ae462.tar.bz2 | |
nginx-0.3.44-RELEASE importrelease-0.3.44
*) Feature: the "wait" parameter in the "include" SSI command.
*) Feature: the Ukrainian and Byelorussian characters were added to
koi-win conversion table.
*) Bugfix: in the SSI.
Diffstat (limited to '')
| -rw-r--r-- | src/os/unix/ngx_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_socket.c b/src/os/unix/ngx_socket.c index 60885ddd5..a93679f64 100644 --- a/src/os/unix/ngx_socket.c +++ b/src/os/unix/ngx_socket.c @@ -10,7 +10,7 @@ /* * ioctl(FIONBIO) sets a blocking mode with the single syscall - * while fcntl(F_SETFL, ~O_NONBLOCK) needs to learn before + * while fcntl(F_SETFL, !O_NONBLOCK) needs to learn before * the previous state using fcntl(F_GETFL). * * ioctl() and fcntl() are syscalls at least in FreeBSD 2.x, Linux 2.2 |
