From 11c0ef7354693909c03038bb35c56a974bf12ff1 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 16 Sep 1996 06:27:11 +0000 Subject: [PATCH] atari_realconfig now defined in --- sys/arch/atari/dev/md_root.c | 6 +++--- sys/arch/atari/dev/rd_root.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/atari/dev/md_root.c b/sys/arch/atari/dev/md_root.c index fe6a905cb0cb..31eda3c023d2 100644 --- a/sys/arch/atari/dev/md_root.c +++ b/sys/arch/atari/dev/md_root.c @@ -1,4 +1,4 @@ -/* $NetBSD: md_root.c,v 1.4 1996/04/26 06:59:57 leo Exp $ */ +/* $NetBSD: md_root.c,v 1.5 1996/09/16 06:27:11 leo Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -47,6 +47,8 @@ #include #include +#include + /* * Misc. defines: */ @@ -106,8 +108,6 @@ rd_attach_hook(unit, rd) int unit; struct rd_conf *rd; { - extern int atari_realconfig; - if (atari_realconfig && (unit < RAMD_NDEV) && rd_info[unit].ramd_flag) { printf ("rd%d:%sauto-load on open. Size %ld bytes.\n", unit, rd_info[unit].ramd_flag & RAMD_LCOMP ? " decompress/" : "", diff --git a/sys/arch/atari/dev/rd_root.c b/sys/arch/atari/dev/rd_root.c index 9165e7e8a2f1..53b873af90b6 100644 --- a/sys/arch/atari/dev/rd_root.c +++ b/sys/arch/atari/dev/rd_root.c @@ -1,4 +1,4 @@ -/* $NetBSD: rd_root.c,v 1.4 1996/04/26 06:59:57 leo Exp $ */ +/* $NetBSD: rd_root.c,v 1.5 1996/09/16 06:27:11 leo Exp $ */ /* * Copyright (c) 1996 Leo Weppelman. @@ -47,6 +47,8 @@ #include #include +#include + /* * Misc. defines: */ @@ -106,8 +108,6 @@ rd_attach_hook(unit, rd) int unit; struct rd_conf *rd; { - extern int atari_realconfig; - if (atari_realconfig && (unit < RAMD_NDEV) && rd_info[unit].ramd_flag) { printf ("rd%d:%sauto-load on open. Size %ld bytes.\n", unit, rd_info[unit].ramd_flag & RAMD_LCOMP ? " decompress/" : "",