OSDN Git Service

* path.h (SYMLINK_EA_NAME): Remove.
authorcorinna <corinna>
Wed, 9 Aug 2006 15:33:46 +0000 (15:33 +0000)
committercorinna <corinna>
Wed, 9 Aug 2006 15:33:46 +0000 (15:33 +0000)
(SHORTCUT_HDR_SIZE): Ditto.

winsup/cygwin/ChangeLog
winsup/cygwin/path.h

index 63e1862..1d8f2ab 100644 (file)
@@ -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.
index 038ed0c..b00adc7 100644 (file)
@@ -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)));