summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd
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/scd
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/scd')
-rw-r--r--sys/dev/scd/scd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c
index 7eeca7b..cc5af14 100644
--- a/sys/dev/scd/scd.c
+++ b/sys/dev/scd/scd.c
@@ -41,7 +41,7 @@
*/
-/* $Id: scd.c,v 1.40 1998/07/13 09:53:02 bde Exp $ */
+/* $Id: scd.c,v 1.41 1999/01/12 01:29:45 eivind Exp $ */
/* Please send any comments to micke@dynas.se */
@@ -1569,7 +1569,7 @@ scd_toc_entry (int unit, struct ioc_read_toc_single_entry *te)
}
-static scd_devsw_installed = 0;
+static int scd_devsw_installed;
static void scd_drvinit(void *unused)
{
OpenPOWER on IntegriCloud