svn commit: r188174 - head/sys/dev/scc

Warner Losh imp at FreeBSD.org
Thu Feb 5 11:32:35 PST 2009


Author: imp
Date: Thu Feb  5 19:32:34 2009
New Revision: 188174
URL: http://svn.freebsd.org/changeset/base/188174

Log:
  Make iclear return int, since that matches all function definitions of it.

Modified:
  head/sys/dev/scc/scc_if.m

Modified: head/sys/dev/scc/scc_if.m
==============================================================================
--- head/sys/dev/scc/scc_if.m	Thu Feb  5 19:31:55 2009	(r188173)
+++ head/sys/dev/scc/scc_if.m	Thu Feb  5 19:32:34 2009	(r188174)
@@ -66,7 +66,7 @@ METHOD int enabled {
 } DEFAULT default_enabled;
 
 # iclear()
-METHOD void iclear {
+METHOD int iclear {
 	struct scc_softc *this;
 	struct scc_chan *chan;
 };


More information about the svn-src-all mailing list