Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-07-17 01:08:22 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-17 01:08:22 +0400
commita0c53f920f0dfdc90a3332dc9b8f4d5e7825ff15 (patch)
treea46427c5d38c9b27a143cc94f0737e2145dd10b9 /winsup/cygwin/path.cc
parente4b575030bb0743d48a3bf156814cf77dc397b7a (diff)
* path.cc (allow_winsymlinks): Revert default to create system bit
symlinks for speed.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r--winsup/cygwin/path.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc
index 173442c8e..d550203ea 100644
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -1499,7 +1499,7 @@ conv_path_list (const char *src, char *dst, size_t size, int to_posix)
/* If TRUE create symlinks as Windows shortcuts, if false create symlinks
as normal files with magic number and system bit set. */
-bool allow_winsymlinks = true;
+bool allow_winsymlinks = false;
extern "C" int
symlink (const char *oldpath, const char *newpath)