mirror of https://github.com/mirror/busybox.git
fix a few goofs uncovered by "make allnoconfig" testing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_17_stable
parent
22bdf90334
commit
161bb8fa12
|
@ -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
|
||||
|
|
|
@ -293,7 +293,7 @@ config FEATURE_HEXDUMP_REVERSE
|
|||
config HD
|
||||
bool "hd"
|
||||
default y
|
||||
select HEXDUMP
|
||||
depends on HEXDUMP
|
||||
help
|
||||
hd is an alias to hexdump -C.
|
||||
|
||||
|
|
Loading…
Reference in New Issue