Change file permissions from 100755 to 100644 in two patches (thanks Qian Hong).

This commit is contained in:
Sebastian Lackner 2015-05-30 20:28:41 +02:00
parent 55902fb521
commit c7d100897a
2 changed files with 2 additions and 2 deletions

View File

@ -524,7 +524,7 @@ index 0000000..9b8a6a7
+ unload_driver(service, filename);
+}
diff --git a/tools/make_makefiles b/tools/make_makefiles
index f0b40c0..46b8389 100755
index f0b40c0..46b8389 100644
--- a/tools/make_makefiles
+++ b/tools/make_makefiles
@@ -257,7 +257,7 @@ sub parse_makefile($)

View File

@ -11,7 +11,7 @@ Subject: nvcuda: Properly wrap undocumented 'ContextStorage' interface and add
3 files changed, 319 insertions(+), 33 deletions(-)
diff --git a/dlls/nvcuda/internal.c b/dlls/nvcuda/internal.c
index 611e310..8a2dffd 100755
index 611e310..8a2dffd 100644
--- a/dlls/nvcuda/internal.c
+++ b/dlls/nvcuda/internal.c
@@ -88,7 +88,7 @@ static const CUuuid UUID_Unknown2 = {{0xA0, 0x94, 0x79, 0x8C,