Page MenuHomeFreeBSD

D26464.diff
No OneTemporary

D26464.diff

Index: head/lib/libc/sys/shm_open.c
===================================================================
--- head/lib/libc/sys/shm_open.c
+++ head/lib/libc/sys/shm_open.c
@@ -65,7 +65,7 @@
int error, fd, saved_errno;
fd = __sys_shm_open2(path, flags | O_CREAT, mode, SHM_LARGEPAGE, NULL);
- if (error == -1)
+ if (fd == -1)
return (-1);
memset(&slc, 0, sizeof(slc));

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 12, 11:23 PM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15773710
Default Alt Text
D26464.diff (379 B)

Event Timeline