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.
This commit is contained in:
Pádraig Brady
2025-05-01 14:05:59 +01:00
parent 3a5c9c5537
commit e7699b17b5
4 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ gnulib_modules="
gnupload
hard-locale
hash
hash-triple
hashcode-file-inode
heap
host-os
human

2
gnulib

Submodule gnulib updated: 41e7b7e0d1...64042bb91a

View 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"

View File

@@ -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"