summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/pc98/wd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/pc98/wd.c b/sys/pc98/pc98/wd.c
index 951ddd1..f41e348 100644
--- a/sys/pc98/pc98/wd.c
+++ b/sys/pc98/pc98/wd.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.43 1998/02/02 09:52:28 kato Exp $
+ * $Id: wd.c,v 1.44 1998/02/16 23:57:45 eivind Exp $
*/
/* TODO:
@@ -1135,7 +1135,7 @@ wdintr(int unit)
{
register struct disk *du;
register struct buf *bp;
- int dmastat;
+ int dmastat = 0; /* Shut up GCC */
#ifdef CMD640
int ctrlr_atapi;
OpenPOWER on IntegriCloud