On Sat, Jul 16, 2016 at 8:25 PM, Eric Wong <[email protected]> wrote:
> Eric Wong <[email protected]> wrote:
>> I also wonder where we use sys/queue.h, since I use
>> LIST_HEAD from ccan/list/list.h in a different project
>> without conflicts...
>
> Still wondering... Checking sys/mman.h in an old FreeBSD source
> tree I had lying around reveals "#include <sys/queue.h>" is
> guarded by "#if defined(_KERNEL)", so it mman.h wouldn't pull
> it in for userspace builds...
It's pulled in like this:
git-compat-util.h ->
sys/sysctl.h ->
sys/ucred.h ->
sys/queue.h
Very reminiscent of [1].
[1]:
http://git.661346.n2.nabble.com/PATCH-ewah-bitmap-silence-warning-about-MASK-macro-redefinition-td7632287.html
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html