Page MenuHomeFreeBSD

D21966.id64376.diff
No OneTemporary

D21966.id64376.diff

Index: head/sys/compat/linux/linux_file.c
===================================================================
--- head/sys/compat/linux/linux_file.c
+++ head/sys/compat/linux/linux_file.c
@@ -109,6 +109,8 @@
bsd_flags |= O_APPEND;
if (l_flags & LINUX_O_SYNC)
bsd_flags |= O_FSYNC;
+ if (l_flags & LINUX_O_CLOEXEC)
+ bsd_flags |= O_CLOEXEC;
if (l_flags & LINUX_O_NONBLOCK)
bsd_flags |= O_NONBLOCK;
if (l_flags & LINUX_FASYNC)

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 12, 9:28 PM (8 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31372918
Default Alt Text
D21966.id64376.diff (441 B)

Event Timeline