From 52faebb233cfcbcfc5f8d82fed0bb0dcc6346fdc Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 24 Apr 1996 09:42:22 +0000 Subject: Add missing "int" to static var. --- sys/dev/ccd/ccd.c | 4 ++-- sys/geom/geom_ccd.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c index 1601e896eb8f..cefe093534c2 100644 --- a/sys/dev/ccd/ccd.c +++ b/sys/dev/ccd/ccd.c @@ -1,4 +1,4 @@ -/* $Id: ccd.c,v 1.8 1996/03/21 04:13:25 asami Exp $ */ +/* $Id: ccd.c,v 1.9 1996/03/26 02:29:11 asami Exp $ */ /* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */ @@ -226,7 +226,7 @@ struct ccd_softc *ccd_softc; struct ccddevice *ccddevs; int numccd = 0; -static ccd_devsw_installed = 0; +static int ccd_devsw_installed = 0; /* * Called by main() during pseudo-device attachment. All we need diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index 1601e896eb8f..cefe093534c2 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -1,4 +1,4 @@ -/* $Id: ccd.c,v 1.8 1996/03/21 04:13:25 asami Exp $ */ +/* $Id: ccd.c,v 1.9 1996/03/26 02:29:11 asami Exp $ */ /* $NetBSD: ccd.c,v 1.22 1995/12/08 19:13:26 thorpej Exp $ */ @@ -226,7 +226,7 @@ struct ccd_softc *ccd_softc; struct ccddevice *ccddevs; int numccd = 0; -static ccd_devsw_installed = 0; +static int ccd_devsw_installed = 0; /* * Called by main() during pseudo-device attachment. All we need -- cgit v1.3