10 X's for mktemp(). This seems to be free from race conditions.

This commit is contained in:
Kris Kennaway 2000-01-10 09:33:37 +00:00
parent d5083ac4a1
commit afb5459b5d
3 changed files with 3 additions and 3 deletions

View File

@ -41,4 +41,4 @@
#include <paths.h>
#define _PATH_TMPPORTAL "/tmp/portalXXXXXX" /* Scratch socket name */
#define _PATH_TMPPORTAL "/tmp/portalXXXXXXXXXX" /* Scratch socket name */

View File

@ -41,4 +41,4 @@
#include <paths.h>
#define _PATH_TMPPORTAL "/tmp/portalXXXXXX" /* Scratch socket name */
#define _PATH_TMPPORTAL "/tmp/portalXXXXXXXXXX" /* Scratch socket name */

View File

@ -41,4 +41,4 @@
#include <paths.h>
#define _PATH_TMPPORTAL "/tmp/portalXXXXXX" /* Scratch socket name */
#define _PATH_TMPPORTAL "/tmp/portalXXXXXXXXXX" /* Scratch socket name */