summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch')
-rw-r--r--app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch b/app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch
deleted file mode 100644
index 80d69f92c827..000000000000
--- a/app-emulation/gxemul/files/0.6.0-fix-mymkstemp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/old_main/misc.cc 2012-11-03 08:47:34.309732354 +0000
-+++ src/old_main/misc.cc.new 2012-11-03 08:47:02.096573614 +0000
-@@ -122,7 +122,7 @@
- p++;
- }
-
-- h = open(templ, O_RDWR, 0600);
-+ h = open(templ, O_CREAT | O_RDWR, 0600);
- return h;
- }
-