summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/misc.c')
-rw-r--r--usr.bin/ar/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ar/misc.c b/usr.bin/ar/misc.c
index 4faaa22..2a2ffb0 100644
--- a/usr.bin/ar/misc.c
+++ b/usr.bin/ar/misc.c
@@ -73,7 +73,7 @@ tmp()
(void)sprintf(path, "%s/%s", envtmp, _NAME_ARTMP);
else
strcpy(path, _PATH_ARTMP);
-
+
sigfillset(&set);
(void)sigprocmask(SIG_BLOCK, &set, &oset);
if ((fd = mkstemp(path)) == -1)
OpenPOWER on IntegriCloud