comparison src/os/unix/ngx_linux_init.c @ 958:82528072f415

increase Linux osrelease string lentgh
author Igor Sysoev <igor@sysoev.ru>
date Tue, 26 Dec 2006 11:50:56 +0000
parents b80f94fa2197
children 379ee44a4456
comparison
equal deleted inserted replaced
957:7ea5db4c06cb 958:82528072f415
11 static ngx_int_t ngx_linux_procfs(char *name, char *buf, size_t len, 11 static ngx_int_t ngx_linux_procfs(char *name, char *buf, size_t len,
12 ngx_log_t *log); 12 ngx_log_t *log);
13 13
14 14
15 char ngx_linux_kern_ostype[50]; 15 char ngx_linux_kern_ostype[50];
16 char ngx_linux_kern_osrelease[20]; 16 char ngx_linux_kern_osrelease[50];
17 17
18 int ngx_linux_rtsig_max; 18 int ngx_linux_rtsig_max;
19 19
20 20
21 static ngx_os_io_t ngx_linux_io = { 21 static ngx_os_io_t ngx_linux_io = {