Page MenuHomeFreeBSD

D21966.id.diff
No OneTemporary

D21966.id.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
Sat, Sep 12, 12:22 AM (20 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38746201
Default Alt Text
D21966.id.diff (441 B)

Event Timeline