summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_portalfs
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-10 09:33:37 +0000
committerkris <kris@FreeBSD.org>2000-01-10 09:33:37 +0000
commita6c95ea74740ccf0ef547ce1d09c0d0c5f4ccf6f (patch)
tree8f34a89830705376fb3577dcb14c7ac91e32b702 /usr.sbin/mount_portalfs
parent073bba6f6b58fef424b913ce06629364d3893a04 (diff)
downloadFreeBSD-src-a6c95ea74740ccf0ef547ce1d09c0d0c5f4ccf6f.zip
FreeBSD-src-a6c95ea74740ccf0ef547ce1d09c0d0c5f4ccf6f.tar.gz
10 X's for mktemp(). This seems to be free from race conditions.
Diffstat (limited to 'usr.sbin/mount_portalfs')
-rw-r--r--usr.sbin/mount_portalfs/pathnames.h2
1 files changed, 1 insertions, 1 deletions
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 <paths.h>
-#define _PATH_TMPPORTAL "/tmp/portalXXXXXX" /* Scratch socket name */
+#define _PATH_TMPPORTAL "/tmp/portalXXXXXXXXXX" /* Scratch socket name */
OpenPOWER on IntegriCloud