<sys/systimer.h>: Do not inject boolean_t type into userland.
commit27a6bce65aa44c99c58f8517af569bd0fabc6240
authorzrj <rimvydas.jasinskas@gmail.com>
Tue, 12 Nov 2019 08:33:33 +0000 (12 10:33 +0200)
committerzrj <rimvydas.jasinskas@gmail.com>
Thu, 14 Nov 2019 14:02:47 +0000 (14 16:02 +0200)
tree17205ed5bff8ec8cb80848faad70780be4fa1360
parentbb0905bdbfd6160e9b0cc3cfdd9c0a0eec117d73
<sys/systimer.h>: Do not inject boolean_t type into userland.

 The original workaround in 59ef3aa79b36a4ea4883a900381454c6b3bb4ea8
 seem to have been to unbreak building fstat(1) and newsyslog(8).
 The <sys/proc.h> (through <sys/user.h>) only needs "struct systimer"
 visibility.  Make rest of the structures kernel only, those are not
 referenced in kernel headers.
sys/sys/systimer.h