summarylogtreecommitdiffstats
path: root/alephone-r5011-use-mkstemp.diff
diff options
context:
space:
mode:
authorCarsten Teibes2015-07-12 18:08:28 +0200
committerCarsten Teibes2015-07-12 18:09:45 +0200
commit61c1d8175b58d7cf4a66be80e49145946ff56cab (patch)
tree444eeae9b9e92d4fef860fbb8d4115d1997c4393 /alephone-r5011-use-mkstemp.diff
parent1f55465e156bbf1d92a38da5aa4e64044c08dd42 (diff)
downloadaur-61c1d8175b58d7cf4a66be80e49145946ff56cab.tar.gz
[upd] 1.1_20140104→1.2.1_20150620
Remove backported patches.
Diffstat (limited to 'alephone-r5011-use-mkstemp.diff')
-rw-r--r--alephone-r5011-use-mkstemp.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/alephone-r5011-use-mkstemp.diff b/alephone-r5011-use-mkstemp.diff
deleted file mode 100644
index c627dd4a825a..000000000000
--- a/alephone-r5011-use-mkstemp.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: Source_Files/Lua/luaconf.h
-===================================================================
---- Source_Files/Lua/luaconf.h (Revision 5010)
-+++ Source_Files/Lua/luaconf.h (Revision 5011)
-@@ -11,6 +11,9 @@
- #include <limits.h>
- #include <stddef.h>
-
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-
- /*
- ** ==================================================================