Date: Thu, 11 May 2017 05:02:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 219209] Add missing EMFILE errno value in shmat(2) man page. Message-ID: <bug-219209-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219209 Bug ID: 219209 Summary: Add missing EMFILE errno value in shmat(2) man page. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: yuri@rawbw.com Created attachment 182500 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D182500&action= =3Dedit patch kern/sysv_shm.c explicitly returns EMFILE: > if (i >=3D shminfo.shmseg) > return (EMFILE); --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-219209-13>