increase Linux osrelease string lentgh

This commit is contained in:
Igor Sysoev 2006-12-26 11:50:56 +00:00
parent 1980cc13f1
commit c9c0358546

View File

@ -13,7 +13,7 @@ static ngx_int_t ngx_linux_procfs(char *name, char *buf, size_t len,
char ngx_linux_kern_ostype[50];
char ngx_linux_kern_osrelease[20];
char ngx_linux_kern_osrelease[50];
int ngx_linux_rtsig_max;