comparison src/os/unix/ngx_posix_init.c @ 557:ecd9c160f25b release-0.3.0

nginx-0.3.0-RELEASE import *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Oct 2005 13:30:52 +0000
parents b09ee85d0ac8
children 9c2f3ed7a247
comparison
equal deleted inserted replaced
556:21a706ff4e1f 557:ecd9c160f25b
65 void 65 void
66 ngx_os_status(ngx_log_t *log) 66 ngx_os_status(ngx_log_t *log)
67 { 67 {
68 ngx_log_error(NGX_LOG_NOTICE, log, 0, NGINX_VER); 68 ngx_log_error(NGX_LOG_NOTICE, log, 0, NGINX_VER);
69 69
70 #ifdef NGX_COMPILER
71 ngx_log_error(NGX_LOG_NOTICE, log, 0, "built by " NGX_COMPILER);
72 #endif
73
70 #if (NGX_HAVE_OS_SPECIFIC_INIT) 74 #if (NGX_HAVE_OS_SPECIFIC_INIT)
71 ngx_os_specific_status(log); 75 ngx_os_specific_status(log);
72 #endif 76 #endif
73 77
74 ngx_log_error(NGX_LOG_NOTICE, log, 0, 78 ngx_log_error(NGX_LOG_NOTICE, log, 0,