mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Add missing "int" to static var.
This commit is contained in:
parent
0891ef4c9a
commit
52faebb233
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue