From: Paul Eggert Date: Tue, 3 Apr 2007 20:22:07 +0000 (+0000) Subject: Fix latest changelog entry to make it more accurate. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f36abda12027c6538e832bb262d87fe669c48f8;p=pspp Fix latest changelog entry to make it more accurate. --- diff --git a/ChangeLog b/ChangeLog index 64b566246d..53539b3eb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,11 @@ 2007-04-03 James Youngman + and Paul Eggert - * lib/stat-time.h: (get_stat_birthtime): Check for zero-valued - birthtime on all systems, not just those which use - st_birthtimensec rather than st_birthtim. Putting zero in - st_bithtim.tv_sec is how (for example) FreeBSD/x86 6.1 - indicates that the birth time is not available for files on - an NFS mount. + * lib/stat-time.h (get_stat_birthtime): Check for zero-valued + birthtime on all systems that have birthtime, not just those which + use st_birthtimensec rather than st_birthtim. Putting zero in + st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates + that the birth time is not available for files on an NFS mount. 2007-04-03 Simon Josefsson