From d19a96bcde20e2c6d237c843120d4a2dda0bda6e Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Sun, 1 Jun 2025 10:37:34 +0100 Subject: [PATCH] Minor corrections to 1f9097b342e0e37d619dfab6ea82ea99611b30bf --- Cross/config.sh-arm-linux | 2 +- Cross/config.sh-arm-linux-n770 | 2 +- config_h.SH | 2 +- plan9/config_sh.sample | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 8397214d35..5d1f9712b8 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -212,7 +212,7 @@ d_fd_macros='define' d_fd_set='define' d_fdclose='undef' d_fdim='undef' -d_fdopendir=undef +d_fdopendir='undef' d_fds_bits='undef' d_fegetround='define' d_ffs='undef' diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770 index 6c0d3d940a..cd9c9a7bbd 100644 --- a/Cross/config.sh-arm-linux-n770 +++ b/Cross/config.sh-arm-linux-n770 @@ -211,7 +211,7 @@ d_fd_macros='define' d_fd_set='define' d_fdclose='undef' d_fdim='undef' -d_fdopendir=undef +d_fdopendir='undef' d_fds_bits='undef' d_fegetround='define' d_ffs='undef' diff --git a/config_h.SH b/config_h.SH index 5a0f81cf20..ffaab1fb99 100755 --- a/config_h.SH +++ b/config_h.SH @@ -143,7 +143,7 @@ sed <$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_fcntl HAS_FCNTL /**/ /* HAS_FDOPENDIR: - * This symbol, if defined, indicates that the fdopen routine is + * This symbol, if defined, indicates that the fdopendir routine is * available to open a directory descriptor. */ #$d_fdopendir HAS_FDOPENDIR /**/ diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index d621ac89b8..8e1210415f 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -212,7 +212,7 @@ d_fd_macros='undef' d_fd_set='undef' d_fdclose='undef' d_fdim='undef' -d_fdopendir=undef +d_fdopendir='undef' d_fds_bits='undef' d_fegetround='undef' d_ffs='undef'