]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove the Windows-specific wildcard expansion layer; this is going to get reimplemen...
authorTim Kientzle <kientzle@gmail.com>
Mon, 27 Jul 2009 04:22:50 +0000 (00:22 -0400)
committerTim Kientzle <kientzle@gmail.com>
Mon, 27 Jul 2009 04:22:50 +0000 (00:22 -0400)
SVN-Revision: 1294

tar/write.c

index a0d681e81a8fbba977a4346f3dc695e79c451ec9..47ded8f245cec523063513c3bcd5233f10ff8c5b 100644 (file)
@@ -470,12 +470,7 @@ write_archive(struct archive *a, struct bsdtar *bsdtar)
                                    arg + 1) != 0)
                                        break;
                        } else
-#if defined(_WIN32) && !defined(__CYGWIN__)
-                               write_hierarchy_win(bsdtar, a, arg,
-                                   write_hierarchy);
-#else
                                write_hierarchy(bsdtar, a, arg);
-#endif
                }
                bsdtar->argv++;
        }