]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: update to latest gnulib
authorPádraig Brady <P@draigBrady.com>
Thu, 1 May 2025 13:05:59 +0000 (14:05 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 1 May 2025 13:05:59 +0000 (14:05 +0100)
* bootstrap.conf: Adjust for hash-triple module renaming.
* src/copy.c: Likewise.
* src/ln.c: Likewise.
* gnulib: Update to latest.

bootstrap.conf
gnulib
src/copy.c
src/ln.c

index 94c164e10843365aba94e352cacf1d17c1646d2c..af7092c32eb9bd3110e99ab73d3cc2b58324568c 100644 (file)
@@ -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 41e7b7e0d159d8ac0eb385964119f350ac9dfc3f..64042bb91aea5f854ca8a8938e2b3f7d1935e4f1 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit 41e7b7e0d159d8ac0eb385964119f350ac9dfc3f
+Subproject commit 64042bb91aea5f854ca8a8938e2b3f7d1935e4f1
index 22d9830ba6a01f72f27669e3013239c33f83279e..147814a8c2c32a07a5ef631c2dc5d00181ee08ca 100644 (file)
@@ -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"
index 76ffc49c0dd113a9b2b1d6948e2a6b731f2741c3..13b8ea65b0d5a456a29ea95ea4ceb7466f06f59c 100644 (file)
--- 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"