From 94f52d396bf3f1caabc7d13f72aad4474f0b1413 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 13 May 2009 11:43:44 +0000 Subject: [PATCH] Add missing ChangeLog entry --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac047938..6a42c694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2009-05-13 Corinna Vinschen + + * filemanip.cc (struct _FILE_RENAME_INFORMATION): Remove definition. + * io_stream_cygfile.cc (io_stream_cygfile::io_stream_cygfile): Set + default permission for .exe files to 0755. + (io_stream_cygfile::mklink): Try to create real hardlink first. Add + comment. + * mklink2.cc (mkcyghardlink): New function to create real hardlink. + * mklink2.h (mkcyghardlink): Declare. + * mount.cc (from_fstab_line): Set got_usr_bin and got_usr_lib flags + if /usr/bin and /usr/lib mount points exist in /etc/fstab. + (add_usr_mnts): Only create mounts if corresponding got_usr_bin and + got_usr_lib flags are not set. + (read_mounts_nt): Initialize got_usr_bin and got_usr_lib to false. + Always call add_usr_mnts, even if from_fstab succeeded. + * ntdll.h: Include ddk/ntifs.h. + 2009-05-12 Corinna Vinschen * filemanip.cc (GetFileAttributesW): Add accidentally omited -- 2.43.5