Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132133038
D23232.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
484 B
Referenced Files
None
Subscribers
None
D23232.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D23232: Fix regression in bsdinstall post r356740 - partedit errno(2) 21 EISDIR
Attached
Detach File
Event Timeline
Log In to Comment