On 07/20/13 03:03 AM, walter harms wrote:
btw: i noticed (void) mktemp(tmpname3); should that be mkstemp() ?
That call is only in the Windows code path, which as I found out the hard way this week, still has no mkstemp: http://lists.x.org/archives/xorg-devel/2013-July/036984.html The POSIX code path uses popen() instead of another temp file there, but Windows falls back to writing to a temp file & reading from it to simulate a pipe. -- -Alan Coopersmith- [email protected] Oracle Solaris Engineering - http://blogs.oracle.com/alanc _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
