From 49862b4836ada884821f0fdc0dafc57f98687124 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 5 Feb 2009 19:32:34 +0000 Subject: [PATCH] Make iclear return int, since that matches all function definitions of it. --- sys/dev/scc/scc_if.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/scc/scc_if.m b/sys/dev/scc/scc_if.m index c67e23f65a9..f40f64a7c2f 100644 --- a/sys/dev/scc/scc_if.m +++ b/sys/dev/scc/scc_if.m @@ -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; }; -- 2.45.2