fix breakage found by randomconfig

This commit is contained in:
Denis Vlasenko
2008-06-23 22:31:52 +00:00
parent 211b59be43
commit cc3f20b9bd
7 changed files with 20 additions and 15 deletions

View File

@ -8983,7 +8983,7 @@ preadfd(void)
}
}
#else
nr = nonblock_safe_read(parsefile->fd, buf, BUFSIZ - 1);
nr = nonblock_safe_read(g_parsefile->fd, buf, BUFSIZ - 1);
#endif
#if 0