From f1efd80ebee57d2f3b19f211c98a9bb97f4f5ed9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 23 Jan 2026 15:59:06 -0800 Subject: [PATCH] build: update gnulib and paxutils submodules to latest * src/extract.c: Include issymlinkat.h, not issymlink.h. --- gnulib | 2 +- paxutils | 2 +- src/extract.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnulib b/gnulib index 814a1087..60d20df9 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 814a1087ca7b8269949802faf73cc41daed34248 +Subproject commit 60d20df939832119b9281effea68543510448e2f diff --git a/paxutils b/paxutils index 38b53f4a..bb78da08 160000 --- a/paxutils +++ b/paxutils @@ -1 +1 @@ -Subproject commit 38b53f4ae78019ee0333d32a9a3eb2f47e3483b0 +Subproject commit bb78da089e1086c9403a29d838231f50e9ff25c4 diff --git a/src/extract.c b/src/extract.c index f98ad6c4..eaca4817 100644 --- a/src/extract.c +++ b/src/extract.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include