K 10 svn:author V 3 bde K 8 svn:date V 27 1999-03-05T11:25:31.000000Z K 7 svn:log V 613 Moved kernel declarations inside the KERNEL ifdef, and removed include of in the !KERNEL case. The prerequisites for were broken in Lite2 by converting some of the kernel declarations to use queue macros without including . was included in applications in /usr/src instead. We polluted this file instead of merging the changes in the applications. Include in the KERNEL case, and forward-declare all structs that are used in prototypes, so that this file is almost self-sufficient even in the kernel. Obtained from: mostly from NetBSD END