From ba8c622703d205067a8d74af1a1b2d95844349b2 Mon Sep 17 00:00:00 2001 From: dt Date: Wed, 28 Apr 1999 10:54:24 +0000 Subject: s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. (Edited automatically) --- sys/dev/joy/joy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/joy/joy.c') 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) { -- cgit v1.1