summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-06 04:12:20 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-06-06 04:12:20 +0000
commite9883401a25c41784402f52f3060ae46b93372f4 (patch)
tree9f03c316a41c66b3a0e89cd5733989357407c8f0 /sys/dev
parentbf706d13c16e8674c76438faf817324b4cf33523 (diff)
Don't forget to make it compile.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/wdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/wdc.c b/sys/dev/ic/wdc.c
index f16b859f1cb..ec7cc396e64 100644
--- a/sys/dev/ic/wdc.c
+++ b/sys/dev/ic/wdc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdc.c,v 1.33 2001/06/05 22:03:25 art Exp $ */
+/* $OpenBSD: wdc.c,v 1.34 2001/06/06 04:12:19 angelos Exp $ */
/* $NetBSD: wdc.c,v 1.68 1999/06/23 19:00:17 bouyer Exp $ */
@@ -2047,7 +2047,7 @@ wdc_ioctl(drvp, xfer, addr, flag)
wi->wi_bp.b_bcount = 0;
wi->wi_bp.b_dev = 0;
wi->wi_bp.b_proc = curproc;
- LIST_INIT(&wi->wi_bp->b_dep);
+ LIST_INIT(&wi->wi_bp.b_dep);
wdc_ioctl_strategy(&wi->wi_bp);
error = wi->wi_bp.b_error;
}