summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-25 12:19:51 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-25 16:13:10 -0800
commit8ae183ff73ff5827a6e0f260ad591fe5fae33127 (patch)
tree312afe9bc8738bb384da6297fc785570848e6baa
parent42efd4553d0c00ab4e6020e4c03adef5ace0e874 (diff)
downloadgzip-8ae183ff73ff5827a6e0f260ad591fe5fae33127.tar.gz
maint: stop using obsolete dosname module
* bootstrap.conf (gnulib_modules): Replace dosname with filename. * gzip.c: Include filename.h, not dosname.h. * lib/.gitignore: Remove name of dosname.h.
-rw-r--r--bootstrap.conf2
-rw-r--r--gzip.c2
-rw-r--r--lib/.gitignore1
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