From db2786285c65730d72cdca3b8e93151cfb5f460d Mon Sep 17 00:00:00 2001 From: Michihiro NAKAJIMA Date: Sun, 1 Nov 2009 22:04:10 -0500 Subject: [PATCH] Revert from previous change of tar/tree.c. It's my local hack. SVN-Revision: 1576 --- tar/tree.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tar/tree.c b/tar/tree.c index 828762ba1..eeae00b03 100644 --- a/tar/tree.c +++ b/tar/tree.c @@ -715,11 +715,9 @@ int tree_current_is_physical_link(struct tree *t) { #if defined(_WIN32) && !defined(__CYGWIN__) -#if defined(IO_REPARSE_TAG_SYMLINK) if (t->findData) return ((t->findData->dwFileAttributes & FILE_ATTRIBUTE_REPARSE_POINT) && (t->findData->dwReserved0 == IO_REPARSE_TAG_SYMLINK)); -#endif return (0); #else const struct stat *st = tree_current_lstat(t); -- 2.47.3