From 26d1e4ddbc15d70818aa9081856e95dd7ad9d84b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 28 Jul 2024 13:50:37 -0700 Subject: [PATCH] Add some gnulib.modules * gnulib.modules: Add errno, limits-h, safe-read, sys_stat. Not sure about the relationship between gnulib.modules and paxutils/gnulib.modules, but anyway tar itself uses these so we should depend on them. (Perhaps it would be better if there was just one Gnulib module list for tar; that would be less confusing.) --- gnulib.modules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnulib.modules b/gnulib.modules index 8cbc8dba..5115ab85 100644 --- a/gnulib.modules +++ b/gnulib.modules @@ -32,6 +32,7 @@ closeout configmake dirname dup2 +errno error exclude extern-inline @@ -65,6 +66,7 @@ inttostr inttypes largefile lchown +limits-h linkat localcharset manywarnings @@ -86,6 +88,7 @@ renameat root-uid rpmatch full-read +safe-read savedir selinux-at setenv @@ -104,6 +107,7 @@ strtol strtoul strtoumax symlinkat +sys_stat timespec timespec-sub unlinkat -- 2.47.2