diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 7886e4d..ca73d28 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2005-12-10 Christopher Faylor <cgf@timesys.com> + * dirent.h: Change the rest of the d_ino's to __deprecated_d_ino. + +2005-12-10 Christopher Faylor <cgf@timesys.com> + * malloc.cc: Update to version 2.8.3. * cygmalloc.h (MSPACE): Remove unneeded definition. @@ -129,6 +133,7 @@ obsolescence of d_ino. (CYGWIN_VERSION_USER_API_VERSION_COMBINED): New convenience macro. (CYGWIN_VERSION_CHECK_FOR_NEEDS_D_INO): New convenience macro. + * include/sys/dirent.h: Change d_ino field to __deprecated_d_ino. 2005-12-05 Christopher Faylor <cgf@timesys.com> |