Date: Thu, 5 Feb 2009 19:32:34 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188174 - head/sys/dev/scc Message-ID: <200902051932.n15JWYMg036086@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902051932.n15JWYMg036086>