[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#60326: [COMMITTED 5/8] maint: stop using obsolete dosname module
From: |
Paul Eggert |
Subject: |
bug#60326: [COMMITTED 5/8] maint: stop using obsolete dosname module |
Date: |
Sun, 25 Dec 2022 16:15:27 -0800 |
* bootstrap.conf (gnulib_modules): Replace dosname with filename.
* gzip.c: Include filename.h, not dosname.h.
* lib/.gitignore: Remove name of dosname.h.
---
bootstrap.conf | 2 +-
gzip.c | 2 +-
lib/.gitignore | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/bootstrap.conf b/bootstrap.conf
index c37cd1c..d2363dc 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -22,12 +22,12 @@ announce-gen
calloc-gnu
close
dirname-lgpl
-dosname
fclose
fcntl
fcntl-safer
fdatasync
fdopendir
+filename
fprintf-posix
fsync
getopt-gnu
diff --git a/gzip.c b/gzip.c
index 1d732b3..eee5910 100644
--- a/gzip.c
+++ b/gzip.c
@@ -72,8 +72,8 @@ static char const *const license_msg[] = {
#include "timespec.h"
#include "dirname.h"
-#include "dosname.h"
#include "fcntl--.h"
+#include "filename.h"
#include "getopt.h"
#include "ignore-value.h"
#include "stat-time.h"
diff --git a/lib/.gitignore b/lib/.gitignore
index dc16dfe..47c42d5 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -31,7 +31,6 @@
/dirfd.c
/dirname-lgpl.c
/dirname.h
-/dosname.h
/dup-safer-flag.c
/dup-safer.c
/dup.c
--
2.38.1
- bug#60326: [COMMITTED 1/8] build: update gnulib submodule to latest, Paul Eggert, 2022/12/25
- bug#60327: [COMMITTED 2/8] maint: update .gitignore to match Gnulib changes, Paul Eggert, 2022/12/25
- bug#60326: [COMMITTED 5/8] maint: stop using obsolete dosname module,
Paul Eggert <=
- bug#60326: [COMMITTED 4/8] maint: stop using obsolete stdnoreturn module, Paul Eggert, 2022/12/25
- bug#60326: [COMMITTED 3/8] maint: stop using obsolete fdl module, Paul Eggert, 2022/12/25
- bug#60326: [COMMITTED 7/8] gzip: local → static, Paul Eggert, 2022/12/25
- bug#60326: [COMMITTED 6/8] maint: port function definitions to C23, Paul Eggert, 2022/12/25
- bug#60326: [COMMITTED 8/8] gzip: port alignas usage to C23, Paul Eggert, 2022/12/25
- bug#60326: [PATCH] maint: do not include stdbool.h, stdalign.h, Paul Eggert, 2022/12/26
- bug#60326: [PATCH 1/2] maint: link with $(LIB_FDATASYNC), Paul Eggert, 2022/12/28