Module Name: src Committed By: mlelstv Date: Wed Apr 18 08:58:42 UTC 2018
Modified Files: src/distrib/sets/lists/comp: mi src/sys/sys: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.2187 -r1.2188 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.164 -r1.165 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.2187 src/distrib/sets/lists/comp/mi:1.2188 --- src/distrib/sets/lists/comp/mi:1.2187 Tue Apr 10 16:12:29 2018 +++ src/distrib/sets/lists/comp/mi Wed Apr 18 08:58:41 2018 @@ -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 Index: src/sys/sys/Makefile diff -u src/sys/sys/Makefile:1.164 src/sys/sys/Makefile:1.165 --- src/sys/sys/Makefile:1.164 Tue Dec 19 19:10:13 2017 +++ src/sys/sys/Makefile Wed Apr 18 08:58:41 2018 @@ -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_m 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 \