Make sys/pmf.h available to userland (again).
The recently exposed device.h internals to _KMEMUSER also require exposing details about pmf. The current build works without this as the only user is crash(8) which partially uses kernel sources and is compiled with the additional kernel include path.
This commit is contained in:
parent
a6a926ede8
commit
929f587429
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.2187 2018/04/10 16:12:29 maxv Exp $
|
||||
# $NetBSD: mi,v 1.2188 2018/04/18 08:58:41 mlelstv Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
@ -3002,7 +3002,7 @@
|
||||
./usr/include/sys/pcu.h comp-c-include
|
||||
./usr/include/sys/pipe.h comp-c-include
|
||||
./usr/include/sys/pmc.h comp-c-include
|
||||
./usr/include/sys/pmf.h comp-obsolete obsolete
|
||||
./usr/include/sys/pmf.h comp-c-include
|
||||
./usr/include/sys/poll.h comp-c-include
|
||||
./usr/include/sys/pool.h comp-c-include
|
||||
./usr/include/sys/power.h comp-c-include
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.164 2017/12/19 19:10:13 kamil Exp $
|
||||
# $NetBSD: Makefile,v 1.165 2018/04/18 08:58:41 mlelstv Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
@ -29,7 +29,7 @@ INCS= acct.h agpio.h aio.h ansi.h aout_mids.h ataio.h atomic.h audioio.h \
|
||||
malloc.h mallocvar.h mbuf.h md4.h md5.h midiio.h \
|
||||
mman.h module.h mount.h mqueue.h msg.h msgbuf.h mtio.h mutex.h \
|
||||
namei.h null.h \
|
||||
param.h pcu.h pipe.h pmc.h poll.h pool.h power.h proc.h \
|
||||
param.h pcu.h pipe.h pmc.h pmf.h poll.h pool.h power.h proc.h \
|
||||
protosw.h pset.h psref.h ptrace.h ptree.h \
|
||||
queue.h quota.h quotactl.h \
|
||||
ras.h rbtree.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \
|
||||
|
Loading…
Reference in New Issue
Block a user