Fix latest changelog entry to make it more accurate.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Apr 2007 20:22:07 +0000 (20:22 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Apr 2007 20:22:07 +0000 (20:22 +0000)
ChangeLog

index 64b566246db264d7cb7c24439d3e78589de4b021..53539b3eb8a636593efbab628f1d689079fb847d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
 2007-04-03  James Youngman  <jay@gnu.org>
+       and Paul Eggert  <eggert@cs.ucla.edu>
 
-       * 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  <simon@josefsson.org>