svn commit: trunk/buildroot/package/uemacs

aldot at uclibc.org aldot at uclibc.org
Tue Mar 21 11:57:03 UTC 2006


Author: aldot
Date: 2006-03-21 03:57:00 -0800 (Tue, 21 Mar 2006)
New Revision: 14589

Log:
- drop mktmp hunk


Modified:
   trunk/buildroot/package/uemacs/uemacs-4.0.15-lt.02.patch


Changeset:
Modified: trunk/buildroot/package/uemacs/uemacs-4.0.15-lt.02.patch
===================================================================
--- trunk/buildroot/package/uemacs/uemacs-4.0.15-lt.02.patch	2006-03-21 11:22:52 UTC (rev 14588)
+++ trunk/buildroot/package/uemacs/uemacs-4.0.15-lt.02.patch	2006-03-21 11:57:00 UTC (rev 14589)
@@ -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);
+




More information about the uClibc-cvs mailing list