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/dgb/dgm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/dgb/dgm.c') diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c index 97ff12f..f4243bd 100644 --- a/sys/dev/dgb/dgm.c +++ b/sys/dev/dgb/dgm.c @@ -1,5 +1,5 @@ /*- - * $Id: dgm.c,v 1.8 1999/04/11 03:47:24 eivind Exp $ + * $Id: dgm.c,v 1.9 1999/04/27 11:14:24 phk Exp $ * * This driver and the associated header files support the ISA PC/Xem * Digiboards. Its evolutionary roots are described below. @@ -2089,7 +2089,7 @@ disc_optim(tp, t) } -static dgm_devsw_installed = 0; +static int dgm_devsw_installed; static void dgm_drvinit(void *unused) -- cgit v1.1