There is no possible reason that <sys/asan.h> can be useful to

userland, all it contains is a few prototypes for kernel functions.
So, don't install asan.h in /usr/include/sys (if it ever gains
anything which would be useful, then this can be changed).

Note: I have simply removed /usr/includ/esys/asan.hit from the sets
list, rather than marking it obsolete - it has not been there for
very long, If you get build problems (sets list errors) from an
update build because you managed to install it during the last few
hours, just remove asan.h from /usr/include/sys
This commit is contained in:
kre 2018-08-21 06:49:21 +00:00
parent ad5acd5212
commit c19f259293
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.2220 2018/08/21 04:16:38 pgoyette Exp $
# $NetBSD: mi,v 1.2221 2018/08/21 06:49:21 kre Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
./etc/mtree/set.comp comp-sys-root
@ -2872,7 +2872,6 @@
./usr/include/sys/aio.h comp-c-include
./usr/include/sys/ansi.h comp-c-include
./usr/include/sys/aout_mids.h comp-c-include
./usr/include/sys/asan.h comp-c-include
./usr/include/sys/ataio.h comp-c-include
./usr/include/sys/atomic.h comp-c-include
./usr/include/sys/audioio.h comp-c-include

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.167 2018/08/20 15:04:52 maxv Exp $
# $NetBSD: Makefile,v 1.168 2018/08/21 06:49:21 kre Exp $
.include <bsd.own.mk>
INCSDIR= /usr/include/sys
INCS= acct.h agpio.h aio.h ansi.h aout_mids.h asan.h ataio.h atomic.h \
INCS= acct.h agpio.h aio.h ansi.h aout_mids.h ataio.h atomic.h \
audioio.h \
bitops.h bootblock.h bswap.h buf.h \
callback.h callout.h cdbr.h cdefs.h cdefs_aout.h \