svn commit: r227385 - head/sys/tools

Ed Schouten ed at FreeBSD.org
Wed Nov 9 13:26:59 UTC 2011


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");


More information about the svn-src-all mailing list