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>2006-08-09 19:33:46 +0400
committerCorinna Vinschen <corinna@vinschen.de>2006-08-09 19:33:46 +0400
commit6f3105405d0fa6534334d7fed0b0925de42c4238 (patch)
treed222515005b5ae4fe91780c50c862d7cd22a0cbb /winsup/cygwin
parentbbf38a55c6d1df220bd0160a99907048b6d215a0 (diff)
* path.h (SYMLINK_EA_NAME): Remove.
(SHORTCUT_HDR_SIZE): Ditto.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/path.h5
2 files changed, 5 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 63e1862bd..1d8f2ab11 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-09 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.h (SYMLINK_EA_NAME): Remove.
+ (SHORTCUT_HDR_SIZE): Ditto.
+
2006-08-09 Christopher Faylor <cgf@timesys.com>
* autoload.cc (GetHandleInformation): Declare new function.
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h
index 038ed0cf2..b00adc76d 100644
--- a/winsup/cygwin/path.h
+++ b/winsup/cygwin/path.h
@@ -267,14 +267,9 @@ class path_conv
/* Symlink marker */
#define SYMLINK_COOKIE "!<symlink>"
-#define SYMLINK_EA_NAME ".CYGSYMLINK"
-
/* Socket marker */
#define SOCKET_COOKIE "!<socket >"
-/* The sizeof header written to a shortcut by Cygwin or U/WIN. */
-#define SHORTCUT_HDR_SIZE 76
-
/* Maximum depth of symlinks (after which ELOOP is issued). */
#define MAX_LINK_DEPTH 10
int __stdcall slash_unc_prefix_p (const char *path) __attribute__ ((regparm(1)));