From a6c95ea74740ccf0ef547ce1d09c0d0c5f4ccf6f Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 10 Jan 2000 09:33:37 +0000 Subject: 10 X's for mktemp(). This seems to be free from race conditions. --- usr.sbin/mount_portalfs/pathnames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/mount_portalfs/pathnames.h b/usr.sbin/mount_portalfs/pathnames.h index 6b55770..1672085 100644 --- a/usr.sbin/mount_portalfs/pathnames.h +++ b/usr.sbin/mount_portalfs/pathnames.h @@ -41,4 +41,4 @@ #include -#define _PATH_TMPPORTAL "/tmp/portalXXXXXX" /* Scratch socket name */ +#define _PATH_TMPPORTAL "/tmp/portalXXXXXXXXXX" /* Scratch socket name */ -- cgit v1.1