Rebase against 3d57cc2863f2f9a5ace40d29317b3ff4357fd119.

This commit is contained in:
Zebediah Figura
2020-02-12 17:33:55 -06:00
parent 3f43238b01
commit 17fdb93f55
8 changed files with 81 additions and 329 deletions

View File

@@ -1,4 +1,4 @@
From f9369606cc5094d85f35a5d27f0bcaab4ebd7d68 Mon Sep 17 00:00:00 2001
From 96702e031b7b541dab331e1cdaa965e0c8eb0cfe Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@gmail.com>
Date: Tue, 19 Aug 2014 22:10:49 -0600
Subject: [PATCH] ntdll: Implement retrieving DOS attributes in
@@ -14,7 +14,7 @@ Subject: [PATCH] ntdll: Implement retrieving DOS attributes in
create mode 100644 libs/port/xattr.c
diff --git a/configure.ac b/configure.ac
index cc77413d2..a4742777b 100644
index 670056a86..437fe32af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,7 @@ AC_ARG_WITH(unwind, AS_HELP_STRING([--without-unwind],[do not use the libunwi
@@ -44,7 +44,7 @@ index cc77413d2..a4742777b 100644
AC_SUBST(DLLFLAGS,"-D_REENTRANT")
diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c
index cce5811c9..046a05859 100644
index 6900b9c85..bdf7faedb 100644
--- a/dlls/ntdll/file.c
+++ b/dlls/ntdll/file.c
@@ -127,6 +127,22 @@ static const WCHAR ntfsW[] = {'N','T','F','S'};
@@ -90,13 +90,13 @@ index a7ddd4a05..62d8112a9 100644
#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
diff --git a/libs/port/Makefile.in b/libs/port/Makefile.in
index 33445fa76..021c36b34 100644
index f6fbc2c26..40006a690 100644
--- a/libs/port/Makefile.in
+++ b/libs/port/Makefile.in
@@ -102,4 +102,5 @@ C_SRCS = \
@@ -26,4 +26,5 @@ C_SRCS = \
stubs.c \
symlink.c \
usleep.c \
wctomb.c \
- wctype.c
+ wctype.c \
+ xattr.c