diff --git a/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch b/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch index a4b6f2aa..b7d66ff6 100644 --- a/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch +++ b/patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch @@ -1,4 +1,4 @@ -From 7a8f477fc1ceaa548dd8f4deef4225472e6bb749 Mon Sep 17 00:00:00 2001 +From c8fe58f588703421d2e85eb6376d93e3299f0880 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Thu, 16 Jan 2014 20:56:49 -0700 Subject: [PATCH] ntdll: Add support for creating reparse points. @@ -13,10 +13,10 @@ Signed-off-by: Erich E. Hoover 5 files changed, 451 insertions(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac -index 0ad1393b34a..18933198d12 100644 +index a171e143136..abd91b6b51f 100644 --- a/configure.ac +++ b/configure.ac -@@ -2079,6 +2079,8 @@ AC_CHECK_FUNCS(\ +@@ -2084,6 +2084,8 @@ AC_CHECK_FUNCS(\ prctl \ sched_getcpu \ sched_yield \ @@ -26,11 +26,11 @@ index 0ad1393b34a..18933198d12 100644 setprogname \ sigprocmask \ diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in -index de525ea29e3..72c89f92e3e 100644 +index f7558bb5d86..aad14d17e61 100644 --- a/dlls/ntdll/Makefile.in +++ b/dlls/ntdll/Makefile.in @@ -5,7 +5,7 @@ IMPORTLIB = ntdll - IMPORTS = $(TOMCRYPT_PE_LIBS) $(MUSL_PE_LIBS) winecrt0 + IMPORTS = $(TOMCRYPT_PE_LIBS) $(MUSL_PE_LIBS) EXTRAINCL = $(TOMCRYPT_PE_CFLAGS) UNIX_CFLAGS = $(UNWIND_CFLAGS) -UNIX_LIBS = $(IOKIT_LIBS) $(COREFOUNDATION_LIBS) $(CORESERVICES_LIBS) $(RT_LIBS) $(PTHREAD_LIBS) $(UNWIND_LIBS) $(I386_LIBS) $(PROCSTAT_LIBS) diff --git a/staging/upstream-commit b/staging/upstream-commit index 7ca9f3ab..701a6593 100644 --- a/staging/upstream-commit +++ b/staging/upstream-commit @@ -1 +1 @@ -4c06d354b8093a8979316186474213bbc1c68904 +32a81ee2135c67e393e49cce60ef8ebfbaefb531