From c8f4556aebe7c32d3ed79791f2280f93038a8193 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 14 Feb 2004 00:46:26 +0000 Subject: no need to add XXXes to mkstemp() call, g/c this patch in an efford to minimize number of PHP patches in pkgsrc --- www/php4/patches/patch-ae | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 www/php4/patches/patch-ae (limited to 'www/php4/patches') diff --git a/www/php4/patches/patch-ae b/www/php4/patches/patch-ae deleted file mode 100644 index 49c8f565e02..00000000000 --- a/www/php4/patches/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ae,v 1.5 2003/09/01 10:17:38 cjep Exp $ ---- main/php_open_temporary_file.c.orig 2003-08-30 21:45:02.000000000 +0200 -+++ main/php_open_temporary_file.c 2003-08-30 21:45:13.000000000 +0200 -@@ -132,7 +132,7 @@ - trailing_slash = "/"; - } - -- (void)snprintf(opened_path, MAXPATHLEN, "%s%s%sXXXXXX", path, trailing_slash, pfx); -+ (void)snprintf(opened_path, MAXPATHLEN, "%s%s%sXXXXXXXXXX", path, trailing_slash, pfx); - - #ifdef PHP_WIN32 - if (GetTempFileName(path, pfx, 0, opened_path)) { -- cgit v1.2.3