diff --git a/bootstrap.conf b/bootstrap.conf index 94c164e10..af7092c32 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 41e7b7e0d..64042bb91 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 41e7b7e0d159d8ac0eb385964119f350ac9dfc3f +Subproject commit 64042bb91aea5f854ca8a8938e2b3f7d1935e4f1 diff --git a/src/copy.c b/src/copy.c index 22d9830ba..147814a8c 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 76ffc49c0..13b8ea65b 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"