]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r320152 (by avg): fstyp: move sys/ include path after zfs include paths
authormav <mav@FreeBSD.org>
Thu, 27 Jul 2017 10:52:36 +0000 (10:52 +0000)
committermav <mav@FreeBSD.org>
Thu, 27 Jul 2017 10:52:36 +0000 (10:52 +0000)
commit72b84624ed4df439cee93478f172d9e093452608
tree7703e4222c1ce4b0eb1aed2689d7e35ecc0630bd
parent000d8f20a15e6d2817888144147ea12d3adad197
MFC r320152 (by avg): fstyp: move sys/ include path after zfs include paths

The reason is that FreeBSD refcount.h shadows ZFS refcount.h and that
will lead to a build error after a planned import of the ARC buf data
scatter-ization.
It's possible that some day we will have an opposite problem where
a ZFS header would shadow an essential FreeBSD header.
So, we need to think about a better long term solution.
usr.sbin/fstyp/Makefile