aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pcf/pcf.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-05-06 18:54:19 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-05-06 18:54:19 +0000
commitc41dbe5cc48fe9ab36ba2766fc6093840a1e1a0e (patch)
treec59e8ff74cefdde742deeec77c368fe33aacba7a /sys/dev/pcf/pcf.c
parent03a4d0108f676994f94a4f5e1ec090bc8f388730 (diff)
Notes
Diffstat (limited to 'sys/dev/pcf/pcf.c')
-rw-r--r--sys/dev/pcf/pcf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c
index 117ddf27fa17..12ac372c356c 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 <sys/param.h>
@@ -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 *);