summaryrefslogtreecommitdiffstats
path: root/sys/dev/dgb
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/dgb
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/dgb')
-rw-r--r--sys/dev/dgb/dgb.c4
-rw-r--r--sys/dev/dgb/dgm.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c
index c640622..7da59b0 100644
--- a/sys/dev/dgb/dgb.c
+++ b/sys/dev/dgb/dgb.c
@@ -1,5 +1,5 @@
/*-
- * dgb.c $Id: dgb.c,v 1.44 1999/04/22 15:19:37 davidn Exp $
+ * dgb.c $Id: dgb.c,v 1.45 1999/04/27 11:14:22 phk Exp $
*
* Digiboard driver.
*
@@ -2289,7 +2289,7 @@ disc_optim(tp, t)
}
-static dgb_devsw_installed = 0;
+static int dgb_devsw_installed;
static void
dgb_drvinit(void *unused)
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)
OpenPOWER on IntegriCloud