From 2777cce4029236da5a51af78c3bf8fb6f8b048ae Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Thu, 18 Dec 2014 13:07:38 -0700 Subject: [PATCH] Remove DOS Attribute dependency from Junction Point patchset (dependent patch accepted upstream). --- patches/Makefile | 2 +- patches/ntdll-Junction_Points/definition | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/patches/Makefile b/patches/Makefile index ceba369d..8379761f 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -1004,7 +1004,7 @@ ntdll-Heap_FreeLists.ok: # | include/ntifs.h # | .INTERMEDIATE: ntdll-Junction_Points.ok -ntdll-Junction_Points.ok: ntdll-DOS_Attributes.ok ntdll-Fix_Free.ok +ntdll-Junction_Points.ok: ntdll-Fix_Free.ok $(call APPLY_FILE,ntdll-Junction_Points/0001-ntdll-Add-support-for-junction-point-creation.patch) $(call APPLY_FILE,ntdll-Junction_Points/0002-ntdll-Add-support-for-reading-junction-points.patch) $(call APPLY_FILE,ntdll-Junction_Points/0003-ntdll-Add-support-for-deleting-junction-points.patch) diff --git a/patches/ntdll-Junction_Points/definition b/patches/ntdll-Junction_Points/definition index 2d59811b..d8cc1626 100644 --- a/patches/ntdll-Junction_Points/definition +++ b/patches/ntdll-Junction_Points/definition @@ -1,3 +1,2 @@ Depends: ntdll-Fix_Free -Depends: ntdll-DOS_Attributes Fixes: [12401] Support for Junction Points