fix a few goofs uncovered by "make allnoconfig" testing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -9479,7 +9479,7 @@ preadfd(void)
|
||||
}
|
||||
}
|
||||
#else
|
||||
nr = nonblock_safe_read(g_parsefile->fd, buf, IBUFSIZ - 1);
|
||||
nr = nonblock_safe_read(g_parsefile->pf_fd, buf, IBUFSIZ - 1);
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user