A little script that runs through all the header files and checks that
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 21 May 2006 00:27:59 +0000 (00:27 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 21 May 2006 00:27:59 +0000 (00:27 +0000)
commitbad1ff7b0b3d4f6220eea7f249b425e2ad6d585d
treec3dff21ac7b05ad65282519fc809cae330ed77ee
parent7aa93ecf61166d609575503b60f685b6cac9857b
A little script that runs through all the header files and checks that
they can be singly included, or that they generate the appropriate
#error or #warning.  The following flags combinations are used:

_KERNEL kernel access
_KERNEL_STRUCTURES userland access to kernel structures
[none] userland access
test/debug/chkincludes [new file with mode: 0644]