summaryrefslogtreecommitdiffstats
path: root/sys/dev/joy
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/dev/joy
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/dev/joy')
-rw-r--r--sys/dev/joy/joy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c
index f64d99e5..2561cd2 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -235,7 +235,7 @@ get_tick ()
}
-static joy_devsw_installed = 0;
+static int joy_devsw_installed;
static void joy_drvinit(void *unused)
{
OpenPOWER on IntegriCloud