aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/afterstep-stable/files/patch-ac')
-rw-r--r--x11-wm/afterstep-stable/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-ac b/x11-wm/afterstep-stable/files/patch-ac
deleted file mode 100644
index b8f36696e878..000000000000
--- a/x11-wm/afterstep-stable/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/afterstep/configure.c.orig Fri Oct 20 05:27:57 2000
-+++ src/afterstep/configure.c Sun Dec 31 13:55:16 2000
-@@ -2201,7 +2201,7 @@
-
- sprintf (errMsg, "ReadPipeConfig (%d)", semaCounter);
-
-- if (tmpnam (tmpFileName) == NULL)
-+ if (mkstemp (tmpFileName) == NULL)
- {
- afterstep_err (errMsg, "cannot tmpnam", NULL, NULL);
- semaCounter--;