Author: ed
Date: Wed Nov  9 13:26:59 2011
New Revision: 227385
URL: http://svn.freebsd.org/changeset/base/227385

Log:
  Restore the comment that I removed by accident.
  
  The comment still applies to this block of code.

Modified:
  head/sys/tools/makeobjops.awk

Modified: head/sys/tools/makeobjops.awk
==============================================================================
--- head/sys/tools/makeobjops.awk       Wed Nov  9 11:00:29 2011        
(r227384)
+++ head/sys/tools/makeobjops.awk       Wed Nov  9 13:26:59 2011        
(r227385)
@@ -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");
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to