Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src There is no possible reason that <sys/asan.h> can be useful to
details: https://anonhg.NetBSD.org/src/rev/3ef0a5238100
branches: trunk
changeset: 834628:3ef0a5238100
user: kre <kre%NetBSD.org@localhost>
date: Tue Aug 21 06:49:21 2018 +0000
description:
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
diffstat:
distrib/sets/lists/comp/mi | 3 +--
sys/sys/Makefile | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 452fe6625d48 -r 3ef0a5238100 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Tue Aug 21 04:16:38 2018 +0000
+++ b/distrib/sets/lists/comp/mi Tue Aug 21 06:49:21 2018 +0000
@@ -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
diff -r 452fe6625d48 -r 3ef0a5238100 sys/sys/Makefile
--- a/sys/sys/Makefile Tue Aug 21 04:16:38 2018 +0000
+++ b/sys/sys/Makefile Tue Aug 21 06:49:21 2018 +0000
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index