changeset 8622:fa9ca3610730

Fix latest changelog entry to make it more accurate.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 03 Apr 2007 20:22:07 +0000
parents 71d64e4302fa
children 27cfd50b8f6c
files ChangeLog
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
 2007-04-03  James Youngman  <jay@gnu.org>
-
-	* 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.
+	and Paul Eggert  <eggert@cs.ucla.edu>
+
+	* 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  <simon@josefsson.org>