aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/meteor.c
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-04-28 10:54:24 +0000
commit604359cf9b9199b99d370d1e374e286c20406bfc (patch)
treee5288f14008fd205055d3cd2af3e04d6242ae260 /sys/pci/meteor.c
parent78e2e8ea352da2ef808bd8af1f04fb1c7f7e1225 (diff)
downloadsrc-604359cf9b9199b99d370d1e374e286c20406bfc.tar.gz
src-604359cf9b9199b99d370d1e374e286c20406bfc.zip
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
(Edited automatically)
Notes
Notes: svn path=/head/; revision=46153
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 949c49711904..a832691301bd 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)
{