summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-12-07 18:22:05 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-12-07 18:22:05 +0000
commit5ea987eadef4c2cc50adc6fa114e4e9099dc94e6 (patch)
tree6e03aa039b92f54e9a8b7c5acd20ddab9b9de15c /m4/ChangeLog
parentc25ad39393734a7cfd94120b831ce94ff7f3ae15 (diff)
downloadcoreutils-5ea987eadef4c2cc50adc6fa114e4e9099dc94e6.tar.xz
* lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 porting problem reported by Georg Schwarz in <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>. * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 3824cc0f1..25dad52d1 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,10 @@
+2005-12-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ * stat-time.m4 (gl_STAT_TIME): Add check for
+ TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
+ porting problem reported by Georg Schwarz in
+ <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
+
2005-12-02 Paul Eggert <eggert@cs.ucla.edu>
* socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.