]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Tue, 7 Aug 2007 01:23:08 +0000 (01:23 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 7 Aug 2007 01:23:08 +0000 (01:23 +0000)
ChangeLog

index b6dea77ea43bf442147083d7b02142b8b100006a..fe097747b3fc1b7584f5b609a69b281b3a01a582 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2007-08-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+2007-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Roland McGrath  <roland@redhat.com>
+
+       * file.c [!HAVE_STAT64 && LINUX && X86_64] (struct stat64): Define it.
+       [!HAVE_STAT64 && LINUX && X86_64] (HAVE_STAT64, STAT64_SIZE): Define.
+       [HAVE_STAT64] (printstat64) [STAT64_SIZE]: Add compile-time assertion.
+       Fixes RH#222275.
 
        * file.c (printstat64): Test [HAVE_LONG_LONG] for st_size printing
        and cast to widest type available.