bug-gzip
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]