summaryrefslogtreecommitdiffstats
path: root/sys/pci/meteor.c
diff options
context:
space:
mode:
authordt <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
committerdt <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
commitba8c622703d205067a8d74af1a1b2d95844349b2 (patch)
tree71852880cc0d9c678b247eb64d0e18a8b563840d /sys/pci/meteor.c
parenta444f336d9c283cad668b319a9f82fedb66e7d51 (diff)
downloadFreeBSD-src-ba8c622703d205067a8d74af1a1b2d95844349b2.zip
FreeBSD-src-ba8c622703d205067a8d74af1a1b2d95844349b2.tar.gz
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
(Edited automatically)
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r--sys/pci/meteor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index 949c497..a832691 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -2082,7 +2082,7 @@ meteor_mmap(dev_t dev, vm_offset_t offset, int nprot)
#if !defined(METEOR_FreeBSD_210) /* XXX */
-static meteor_devsw_installed = 0;
+static int meteor_devsw_installed;
static void meteor_drvinit(void *unused)
{
OpenPOWER on IntegriCloud