X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=debian%2Fchangelog;h=6e6babf7ce77c5f15f2fda7c4665c74d839f986e;hb=cc9fceee958ddf1935a1de181390b28fec60336e;hp=9350f09d4c61d5ef2d07c678150be3324f22bcec;hpb=a2dd98f3f51c34d2d85a139f1fcaaf76a10fdd10;p=chiark-utils.git diff --git a/debian/changelog b/debian/changelog index 9350f09..6e6babf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ chiark-utils (4.4.1) unstable; urgency=low - Portability fixes for acctdump: + Portability fixes for platforms where we can't build acctdump: * Do not build on platforms with no + + Portability fixes for acctdump on kFreeBSD: * Use different struct acct, and different headers, on different platforms. * Tolerate lack of ac_exitcode. + * Tolerate lack of ac_minflt and ac_majflt (and use %lu as is right). + * Tolerate variation in ac_flag field name, and, to an extent, value. + * Print ac_mem and ac_io if available. --