]> cygwin.com Git - cygwin-apps/setup.git/commit - mklink2.cc
* filemanip.cc (struct _FILE_RENAME_INFORMATION): Remove definition.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 13 May 2009 11:28:34 +0000 (11:28 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 13 May 2009 11:28:34 +0000 (11:28 +0000)
commitd2e8d256cbb5af3d071d7590475f7da107d4a717
tree9efe254efa2a6b824cc53e65377ac059cd13d8d6
parentb4473ece701fc79663591f7058a8cfb26240e74a
* 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.
filemanip.cc
io_stream_cygfile.cc
mklink2.cc
mklink2.h
mount.cc
ntdll.h
This page took 0.029965 seconds and 5 git commands to generate.