Page MenuHomeFreeBSD

D23232.diff
No OneTemporary

D23232.diff

Index: head/usr.sbin/bsdinstall/partedit/partedit.c
===================================================================
--- head/usr.sbin/bsdinstall/partedit/partedit.c
+++ head/usr.sbin/bsdinstall/partedit/partedit.c
@@ -93,7 +93,7 @@
tmpdir = getenv("TMPDIR");
if (tmpdir == NULL)
tmpdir = "/tmp";
- tmpdfd = open(tmpdir, O_RDWR | O_DIRECTORY);
+ tmpdfd = open(tmpdir, O_DIRECTORY);
if (tmpdfd < 0)
err(EX_OSERR, "%s", tmpdir);
unlinkat(tmpdfd, "bsdinstall-esps", 0);

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 15, 1:22 AM (19 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23737778
Default Alt Text
D23232.diff (484 B)

Event Timeline