From e7699b17b510e2ea181d73e87f2f43711f588ec7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Thu, 1 May 2025 14:05:59 +0100 Subject: [PATCH] build: update to latest gnulib * bootstrap.conf: Adjust for hash-triple module renaming. * src/copy.c: Likewise. * src/ln.c: Likewise. * gnulib: Update to latest. --- bootstrap.conf | 2 +- gnulib | 2 +- src/copy.c | 2 +- src/ln.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 94c164e108..af7092c32e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -140,7 +140,7 @@ gnulib_modules=" gnupload hard-locale hash - hash-triple + hashcode-file-inode heap host-os human diff --git a/gnulib b/gnulib index 41e7b7e0d1..64042bb91a 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 41e7b7e0d159d8ac0eb385964119f350ac9dfc3f +Subproject commit 64042bb91aea5f854ca8a8938e2b3f7d1935e4f1 diff --git a/src/copy.c b/src/copy.c index 22d9830ba6..147814a8c2 100644 --- a/src/copy.c +++ b/src/copy.c @@ -46,7 +46,7 @@ #include "force-link.h" #include "full-write.h" #include "hash.h" -#include "hash-triple.h" +#include "hashcode-file.h" #include "ignore-value.h" #include "ioblksize.h" #include "quote.h" diff --git a/src/ln.c b/src/ln.c index 76ffc49c0d..13b8ea65b0 100644 --- a/src/ln.c +++ b/src/ln.c @@ -28,7 +28,7 @@ #include "file-set.h" #include "force-link.h" #include "hash.h" -#include "hash-triple.h" +#include "hashcode-file.h" #include "priv-set.h" #include "relpath.h" #include "same.h" -- 2.47.3