[Bug 232908] mqueue.h needs to include fcntl.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 2 14:55:25 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232908

Brooks Davis <brooks at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks at FreeBSD.org

--- Comment #5 from Brooks Davis <brooks at FreeBSD.org> ---
You need to have P1003_1B_MQUEUE in your kernel or load the mqueuefs module to
enable support.

Per the actual PR subject, we should project just include fcntl.h in mqueue.h. 
Header pollution seems not worth worrying about in this rarely used framework,
especially since posix explicitly allows it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list