bug#77724: [PATCH] maint: include errno.h

2025-04-11 Thread GNU gzip discussion and bug reports.
On 2025-04-11 09:14, Paul Eggert wrote: Why is this needed? What happens if you omit "#include ". Sure no problem. Without this patch, on (our) s390x build (only): [  443s] gcc -DHAVE_CONFIG_H -I. -I./lib  -I./lib    -O2 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3 -fstack-protector-strong -

bug#77640: [platform-testers] new snapshot available: gzip-1.13.56-e549

2025-04-11 Thread Paul Eggert
On 2025-04-10 15:13, Nelson H. F. Beebe wrote: I made this change against the original test file: % diff dfly-openat-bug.c dfly-openat-bug-3.c 8c8 < int dirfd = open ("d/", O_SEARCH | O_DIRECTORY); --- > int dirfd = open ("d/", O_RDONLY | O_DIRECTORY)

bug#77724: [PATCH] maint: include errno.h

2025-04-11 Thread Paul Eggert
On 2025-04-10 22:27, Andreas Stieger via GNU gzip discussion and bug reports. wrote: Found building for s390x on openSUSE --- dfltcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dfltcc.c b/dfltcc.c index 9f86581..7333757 100644 --- a/dfltcc.c +++ b/dfltcc.c @@ -18,6 +18,7 @@ #include #in

bug#77724: [PATCH] maint: include errno.h

2025-04-11 Thread GNU gzip discussion and bug reports.
Found building for s390x on openSUSE --- dfltcc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dfltcc.c b/dfltcc.c index 9f86581..7333757 100644 --- a/dfltcc.c +++ b/dfltcc.c @@ -18,6 +18,7 @@ #include #include +#include #ifdef HAVE_SYS_SDT_H # include -- 2.49.0