]> git.kaiwu.me - nginx.git/commit
Merge of r4870, r4871, r4890, r4895: minor fixes.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 12 Nov 2012 18:39:51 +0000 (18:39 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 12 Nov 2012 18:39:51 +0000 (18:39 +0000)
commit033598bc073da23dcec5e4ea80b85cccecd8958a
treeb5c907bbebaefe9915049d45aef7610d03157527
parentd39777712d97180ff439461813083cbc7892a2a1
Merge of r4870, r4871, r4890, r4895: minor fixes.

*) Made sure to initialize the entire ngx_file_t structure.
   Found by Coverity.

*) Correct plural form for "path" in the whole source base.

*) Removed conditional compilation from waitpid() error test.

   There are reports that call to a signal handler for an exited process
   despite waitpid() already called for the process may happen on Linux
   as well.

*) Style, parentheses instead of braces in misc/GNUMakefile.
auto/make
misc/GNUmakefile
src/core/ngx_cycle.c
src/core/ngx_cycle.h
src/core/ngx_file.c
src/core/ngx_file.h
src/os/unix/ngx_process.c
src/os/unix/ngx_process_cycle.c
src/os/win32/ngx_process_cycle.c