From 08a8ee359c4d3b0afc4cc7b4388fb12d2e878190 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 6 May 1999 18:54:19 +0000 Subject: Missing 'int' in declaration of variables. --- sys/dev/pcf/pcf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/pcf') diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index 117ddf2..12ac372 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pcf.c,v 1.6 1998/12/07 21:58:22 archie Exp $ + * $Id: pcf.c,v 1.7 1999/05/02 21:51:17 peter Exp $ * */ #include @@ -92,7 +92,7 @@ struct pcf_isa_softc { #define MAXPCF 2 static struct pcf_isa_softc *pcfdata[MAXPCF]; -static npcf = 0; +static int npcf = 0; static int pcfprobe_isa(struct isa_device *); static int pcfattach_isa(struct isa_device *); -- cgit v1.1