]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 3 Aug 2005 12:18:37 +0000 (12:18 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 3 Aug 2005 12:18:37 +0000 (12:18 +0000)
ChangeLog

index 843bfb0c697e872e1769a97507486c3745a394b2..e98d856e8ff3159724190b0bc738ee375331d072 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,11 @@
        * configure.ac, NEWS: Version 4.5.13.
        * debian/changelog, strace.spec: 4.5.13-1.
 
+       * configure.ac: Check for struct dqblk.dqb_curblocks field.
        * resource.c [LINUX] (OLD_CMD): New macro.
        (quotacmds): Use it to hard-wire old O_* values, don't use macros.
+       (sys_quotactl): If dqb_curblocks is not there, it's called
+       dqb_curspace instead.  Print dqb_* fields as unsigned long long.
 
 2005-07-19  Michael Schmitz  <schmitz@debian.org>