On Mon, Jun 12, 2017 at 07:45:37AM -0700, Chuck Silvers wrote: > On Mon, Jun 12, 2017 at 02:54:46PM +0200, Joerg Sonnenberger wrote: > > On Thu, Jun 08, 2017 at 10:24:59PM +0000, Chuck Silvers wrote: > > > Module Name: src > > > Committed By: chs > > > Date: Thu Jun 8 22:24:59 UTC 2017 > > > > > > Modified Files: > > > src/sys/sys: disk.h > > > > > > Log Message: > > > do not expose kernel-internal structure definitions to userland. > > > needed for ZFS. > > > > The move of sys/iostat.h is breaking a couple of monitoring/statistics > > programs. Is that really necessary? > > no, it doesn't cause a problem if that one is moved back to the group of > includes at the top. I take it you'd like me to do that?
Yes, please. > > what are these programs that broke? are they in pkgsrc? E.g. py-psutil, gkrellm and others. Joerg