summaryrefslogtreecommitdiffstats
path: root/sys/dev/ccd
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-04-24 09:42:22 +0000
committerasami <asami@FreeBSD.org>1996-04-24 09:42:22 +0000
commit0128db8c55c60b6cd5f2056226829b4b9dccb8d7 (patch)
tree92295dc60eb7c4024ffbc279b67b29a894b3886a /sys/dev/ccd
parent6c1ec28cad770d94ddd85b4afe8fd30251744506 (diff)
downloadFreeBSD-src-0128db8c55c60b6cd5f2056226829b4b9dccb8d7.zip
FreeBSD-src-0128db8c55c60b6cd5f2056226829b4b9dccb8d7.tar.gz
Add missing "int" to static var.
Diffstat (limited to 'sys/dev/ccd')
-rw-r--r--sys/dev/ccd/ccd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index 1601e89..cefe093 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
OpenPOWER on IntegriCloud