diff options
Diffstat (limited to 'x11-wm/afterstep-stable')
-rw-r--r-- | x11-wm/afterstep-stable/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-ac b/x11-wm/afterstep-stable/files/patch-ac new file mode 100644 index 0000000..b8f3669 --- /dev/null +++ b/x11-wm/afterstep-stable/files/patch-ac @@ -0,0 +1,11 @@ +--- 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--; |