mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
fix a few goofs uncovered by "make allnoconfig" testing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
22bdf90334
commit
161bb8fa12
@ -9479,7 +9479,7 @@ preadfd(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
nr = nonblock_safe_read(g_parsefile->fd, buf, IBUFSIZ - 1);
|
nr = nonblock_safe_read(g_parsefile->pf_fd, buf, IBUFSIZ - 1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
@ -293,7 +293,7 @@ config FEATURE_HEXDUMP_REVERSE
|
|||||||
config HD
|
config HD
|
||||||
bool "hd"
|
bool "hd"
|
||||||
default y
|
default y
|
||||||
select HEXDUMP
|
depends on HEXDUMP
|
||||||
help
|
help
|
||||||
hd is an alias to hexdump -C.
|
hd is an alias to hexdump -C.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user