summaryrefslogtreecommitdiffstats
path: root/sys/tools
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-09 13:26:59 +0000
committered <ed@FreeBSD.org>2011-11-09 13:26:59 +0000
commit4b5517fbe0fc5250d7fd17e32c8a1192f830043e (patch)
tree0a04b2906324c9dc1d2a41f2983e34954b5edea4 /sys/tools
parent3d017846c9b9a3681c2b59f1d5e29e7a9fb720bd (diff)
downloadFreeBSD-src-4b5517fbe0fc5250d7fd17e32c8a1192f830043e.zip
FreeBSD-src-4b5517fbe0fc5250d7fd17e32c8a1192f830043e.tar.gz
Restore the comment that I removed by accident.
The comment still applies to this block of code.
Diffstat (limited to 'sys/tools')
-rw-r--r--sys/tools/makeobjops.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk
index 34f2b09..8ca99bb 100644
--- a/sys/tools/makeobjops.awk
+++ b/sys/tools/makeobjops.awk
@@ -306,6 +306,7 @@ function handle_method (static, doc)
printh(format_line(prototype argument_list ");",
line_width, length(prototype)));
+ # Print out the method desc
printc("struct kobjop_desc " mname "_desc = {");
printc("\t0, { &" mname "_desc, (kobjop_t)" default_function " }");
printc("};\n");
OpenPOWER on IntegriCloud