mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 22:01:08 +01:00
Restore the comment that I removed by accident.
The comment still applies to this block of code.
This commit is contained in:
parent
d09ebcec17
commit
5cac9fa00e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227385
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user