Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Nov 2011 13:26:59 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227385 - head/sys/tools
Message-ID:  <201111091326.pA9DQxNT084414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111091326.pA9DQxNT084414>