summaryrefslogtreecommitdiff
path: root/sys/dev/rc/rc.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/dev/rc/rc.c
parent78e2e8ea352da2ef808bd8af1f04fb1c7f7e1225 (diff)
Notes
Diffstat (limited to 'sys/dev/rc/rc.c')
-rw-r--r--sys/dev/rc/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c
index ca9032e29eb4..613f8cb3a681 100644
--- a/sys/dev/rc/rc.c
+++ b/sys/dev/rc/rc.c
@@ -1495,7 +1495,7 @@ rc_wait0(nec, unit, chan, line)
unit, chan, line);
}
-static rc_devsw_installed = 0;
+static int rc_devsw_installed;
static void rc_drvinit(void *unused)
{