Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Nov 2018 14:55:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232908] mqueue.h needs to include fcntl.h
Message-ID:  <bug-232908-227-lk3yOtWmjI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232908-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232908-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

Brooks Davis <brooks@FreeBSD.org> changed:

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

--- Comment #5 from Brooks Davis <brooks@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232908-227-lk3yOtWmjI>