]> Savannah Git Hosting - gnulib.git/commitdiff
same-inode: update now-wrong dependency
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Mar 2025 00:00:20 +0000 (17:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 25 Mar 2025 00:04:40 +0000 (17:04 -0700)
* modules/same-inode (Depends-on): Depend on sys_stat-h,
not sys_types.h.

ChangeLog
modules/same-inode

index c6f2cb4dc8c571d05f04af1a036ff717aa194afe..d6377489ce8c73190aa1a6bc0deeaf5ffef9df6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2025-03-24  Paul Eggert  <eggert@cs.ucla.edu>
 
+       same-inode: update now-wrong dependency
+       * modules/same-inode (Depends-on): Depend on sys_stat-h,
+       not sys_types.h.
+
        libtextstyle-optional: pacify gcc -Wunused-parameter
        * lib/textstyle.in.h (html_ostream_create): Mark arg as unused.
 
index 1800e16ff8267a3e8920f29aeefe65cdcae3bde6..e28baefad3f22d9b486db6aa2304fbdd49a0658d 100644 (file)
@@ -8,7 +8,7 @@ lib/same-inode.h
 Depends-on:
 extern-inline
 bool
-sys_types-h
+sys_stat-h
 
 configure.ac: