aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c2
-rw-r--r--util-linux/Config.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c
index b2c56f0aa..90680e849 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -9479,7 +9479,7 @@ preadfd(void)
9479 } 9479 }
9480 } 9480 }
9481#else 9481#else
9482 nr = nonblock_safe_read(g_parsefile->fd, buf, IBUFSIZ - 1); 9482 nr = nonblock_safe_read(g_parsefile->pf_fd, buf, IBUFSIZ - 1);
9483#endif 9483#endif
9484 9484
9485#if 0 9485#if 0
diff --git a/util-linux/Config.src b/util-linux/Config.src
index 27c741813..997cdec83 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -293,7 +293,7 @@ config FEATURE_HEXDUMP_REVERSE
293config HD 293config HD
294 bool "hd" 294 bool "hd"
295 default y 295 default y
296 select HEXDUMP 296 depends on HEXDUMP
297 help 297 help
298 hd is an alias to hexdump -C. 298 hd is an alias to hexdump -C.
299 299