emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use

to prototype VOP functions with.
This commit is contained in:
phk 2004-12-01 11:51:20 +00:00
parent cf2c3cae34
commit 5951763807

View File

@ -297,6 +297,7 @@ while ((getline < srcfile) > 0) {
printh("}");
add_debug_post(name);
printh("\treturn (rc);\n}");
printh("typedef int "name"_t(struct "name"_args *);\n")
}
if (cfile) {