Module Name:    src
Committed By:   kre
Date:           Tue Aug 21 06:49:21 UTC 2018

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/sys/sys: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2220 -r1.2221 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.167 -r1.168 src/sys/sys/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/comp/mi
diff -u src/distrib/sets/lists/comp/mi:1.2220 src/distrib/sets/lists/comp/mi:1.2221
--- src/distrib/sets/lists/comp/mi:1.2220	Tue Aug 21 04:16:38 2018
+++ src/distrib/sets/lists/comp/mi	Tue Aug 21 06:49:21 2018
@@ -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

Index: src/sys/sys/Makefile
diff -u src/sys/sys/Makefile:1.167 src/sys/sys/Makefile:1.168
--- src/sys/sys/Makefile:1.167	Mon Aug 20 15:04:52 2018
+++ src/sys/sys/Makefile	Tue Aug 21 06:49:21 2018
@@ -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 \

Reply via email to