comparison src/os/unix/ngx_freebsd_init.c @ 297:ee394e997c77

nginx-0.0.3-2004-03-29-21:43:58 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Mar 2004 17:43:58 +0000
parents b6793bc5034b
children 446782c909b3
comparison
equal deleted inserted replaced
296:bfe099e3f5b4 297:ee394e997c77
104 return NGX_ERROR; 104 return NGX_ERROR;
105 } 105 }
106 106
107 version = ngx_freebsd_kern_osreldate; 107 version = ngx_freebsd_kern_osreldate;
108 108
109 #ifdef __DragonFly_version
110 ngx_log_error(NGX_LOG_INFO, log, 0,
111 "kern.osreldate: %d, built on %d",
112 version, __DragonFly_version);
113 #else
109 ngx_log_error(NGX_LOG_INFO, log, 0, 114 ngx_log_error(NGX_LOG_INFO, log, 0,
110 "kern.osreldate: %d, built on %d", 115 "kern.osreldate: %d, built on %d",
111 version, __FreeBSD_version); 116 version, __FreeBSD_version);
117 #endif
118
112 119
113 120
114 #if (HAVE_SENDFILE) 121 #if (HAVE_SENDFILE)
115 122
116 /* 123 /*