summaryrefslogtreecommitdiffstats
path: root/sbin
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 /sbin
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 'sbin')
-rw-r--r--sbin/mount_portal/pathnames.h2
-rw-r--r--sbin/mount_portalfs/pathnames.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h
index 6b55770..1672085 100644
--- a/sbin/mount_portal/pathnames.h
+++ b/sbin/mount_portal/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 */
diff --git a/sbin/mount_portalfs/pathnames.h b/sbin/mount_portalfs/pathnames.h
index 6b55770..1672085 100644
--- a/sbin/mount_portalfs/pathnames.h
+++ b/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