summaryrefslogtreecommitdiffstats
path: root/bin/pax/pax.h
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-26 07:32:27 +0000
committerkris <kris@FreeBSD.org>2001-04-26 07:32:27 +0000
commitb4108a06977f82330a90556ab13b966e612c07bd (patch)
tree603ac0713480106dd78aca671b84a5a062353694 /bin/pax/pax.h
parent580e2df3fd9942f9758180515afe99d21010c590 (diff)
downloadFreeBSD-src-b4108a06977f82330a90556ab13b966e612c07bd.zip
FreeBSD-src-b4108a06977f82330a90556ab13b966e612c07bd.tar.gz
Use mkstemp() for secure tempfile creation instead of tempnam()
Obtained from: OpenBSD Reviewed by: mikeh
Diffstat (limited to 'bin/pax/pax.h')
-rw-r--r--bin/pax/pax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pax/pax.h b/bin/pax/pax.h
index a87b359..3a8824b 100644
--- a/bin/pax/pax.h
+++ b/bin/pax/pax.h
@@ -237,3 +237,4 @@ typedef struct oplist {
#define HEX 16
#define OCT 8
#define _PAX_ 1
+#define _TFILE_BASE "paxXXXXXXXXXX"
OpenPOWER on IntegriCloud