1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
From: Steve Hay <steve.m.hay@googlemail.com>
Date: Sun, 1 Jun 2025 10:37:34 +0100
Subject: Minor corrections to 1f9097b342e0e37d619dfab6ea82ea99611b30bf
(cherry picked from commit d19a96bcde20e2c6d237c843120d4a2dda0bda6e)
Origin: upstream, https://github.com/Perl/perl5/commit/b088e97848411fcff31efe817397985da30a664d
Bug: https://github.com/Perl/perl5/issues/23010
Bug-Debian: https://bugs.debian.org/1098226
---
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 f5fc63e..c212d4e 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 6916219..7647591 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 5a0f81c..ffaab1f 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -143,7 +143,7 @@ sed <<!GROK!THIS! >$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 7dc236a..1e53582 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'
|