- fixed stupid error with env

This commit is contained in:
Sergey Bolshakov 2007-04-12 20:38:53 +04:00
parent 4a1dfe6fcd
commit b6803f480d

2
init.c
View File

@ -125,7 +125,7 @@ void doklog()
void grab_env(int fd)
{
char buf[PIPE_BUF];
static char buf[PIPE_BUF];
char *p = buf;
char **ep;
int i;