summaryrefslogtreecommitdiffstats
path: root/package/uemacs
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-21 11:57:00 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-03-21 11:57:00 +0000
commita3014ed22fc4f8b0cedb0cd1db2352d8de796b2c (patch)
tree7493e74d6509dd8c75b9027a9278db80371b0779 /package/uemacs
parent3af1e90919eeaffc16614a691237f802505b1889 (diff)
downloadbuildroot-novena-a3014ed22fc4f8b0cedb0cd1db2352d8de796b2c.tar.gz
buildroot-novena-a3014ed22fc4f8b0cedb0cd1db2352d8de796b2c.zip
- drop mktmp hunk
Diffstat (limited to 'package/uemacs')
-rw-r--r--package/uemacs/uemacs-4.0.15-lt.02.patch12
1 files changed, 1 insertions, 11 deletions
diff --git a/package/uemacs/uemacs-4.0.15-lt.02.patch b/package/uemacs/uemacs-4.0.15-lt.02.patch
index f399349be..946b3d5d6 100644
--- a/package/uemacs/uemacs-4.0.15-lt.02.patch
+++ b/package/uemacs/uemacs-4.0.15-lt.02.patch
@@ -13,14 +13,4 @@
mlwrite(obuf);
}
#endif
---- em-4.0.15-lt.oorig/input.c 1994-05-21 12:41:02.000000000 +0200
-+++ em-4.0.15-lt/input.c 2006-03-10 15:31:18.000000000 +0100
-@@ -581,7 +581,7 @@
- if (! iswild)
- strcat(ffbuf,"*");
- strcat(ffbuf, " >");
-- mktemp(tmp);
-+ mkstemp(tmp);
- strcat(ffbuf, tmp);
- strcat(ffbuf, " 2>&1");
- system(ffbuf);
+