From: Roland McGrath Date: Wed, 3 Aug 2005 12:18:37 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03c3d75de17e1b8e4bc017018dbd6566cf5be6e6;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 843bfb0c..e98d856e 100644 --- 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