diff options
author | ed <ed@FreeBSD.org> | 2011-11-09 13:26:59 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-11-09 13:26:59 +0000 |
commit | 4b5517fbe0fc5250d7fd17e32c8a1192f830043e (patch) | |
tree | 0a04b2906324c9dc1d2a41f2983e34954b5edea4 | |
parent | 3d017846c9b9a3681c2b59f1d5e29e7a9fb720bd (diff) | |
download | FreeBSD-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.
-rw-r--r-- | sys/tools/makeobjops.awk | 1 |
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"); |