diff options
author | kris <kris@FreeBSD.org> | 2000-01-10 09:33:37 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-10 09:33:37 +0000 |
commit | a6c95ea74740ccf0ef547ce1d09c0d0c5f4ccf6f (patch) | |
tree | 8f34a89830705376fb3577dcb14c7ac91e32b702 /sbin/mount_portal | |
parent | 073bba6f6b58fef424b913ce06629364d3893a04 (diff) | |
download | FreeBSD-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/mount_portal')
-rw-r--r-- | sbin/mount_portal/pathnames.h | 2 |
1 files changed, 1 insertions, 1 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 */ |