K 10 svn:author V 5 peter K 8 svn:date V 27 1999-12-12T16:45:58.000000Z K 7 svn:log V 362 Use the -c and -h args of vnode_if.sh to generate only the .h file that we use. The .c half is statically compiled into the kernel. It's kinda silly to generate a .h file on the fly that has inlines to call the .c stuff when the .c code is fixed. Also, zap the special treatment for VFS_KLD modules. This treatment applies to lots of things, not just VFS's. END