]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
build: update gnulib and paxutils submodules to latest
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Jan 2026 23:59:06 +0000 (15:59 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Jan 2026 01:38:38 +0000 (17:38 -0800)
* src/extract.c: Include issymlinkat.h, not issymlink.h.

gnulib
paxutils
src/extract.c

diff --git a/gnulib b/gnulib
index 814a1087ca7b8269949802faf73cc41daed34248..60d20df939832119b9281effea68543510448e2f 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 814a1087ca7b8269949802faf73cc41daed34248
+Subproject commit 60d20df939832119b9281effea68543510448e2f
index 38b53f4ae78019ee0333d32a9a3eb2f47e3483b0..bb78da089e1086c9403a29d838231f50e9ff25c4 160000 (submodule)
--- a/paxutils
+++ b/paxutils
@@ -1 +1 @@
-Subproject commit 38b53f4ae78019ee0333d32a9a3eb2f47e3483b0
+Subproject commit bb78da089e1086c9403a29d838231f50e9ff25c4
index f98ad6c4c1cefe7dac2030f2a091e25412432cc0..eaca4817a6558290e9597c13910c979b55e0b8ad 100644 (file)
@@ -24,7 +24,7 @@
 #include <errno.h>
 #include <flexmember.h>
 #include <hash.h>
-#include <issymlink.h>
+#include <issymlinkat.h>
 #include <priv-set.h>
 #include <root-uid.h>
 #include <same-inode.h>