From a0c53f920f0dfdc90a3332dc9b8f4d5e7825ff15 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 16 Jul 2008 21:08:22 +0000 Subject: * path.cc (allow_winsymlinks): Revert default to create system bit symlinks for speed. --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/path.cc') diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 173442c..d550203 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) -- cgit v1.1