diff options
author | 1999-06-28 22:35:24 +0000 | |
---|---|---|
committer | 1999-06-28 22:35:24 +0000 | |
commit | e37cf33251deba7ed1e869dc8f9483942bae490a (patch) | |
tree | 3213f49b30cbccf7d1295ed3e438faed5e2e0e65 | |
parent | sync with FreeBSD: (diff) | |
download | wireguard-openbsd-e37cf33251deba7ed1e869dc8f9483942bae490a.tar.xz wireguard-openbsd-e37cf33251deba7ed1e869dc8f9483942bae490a.zip |
typo; failed with WDDEBUG set
-rw-r--r-- | sys/dev/isa/wdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wdc.c b/sys/dev/isa/wdc.c index 06b50d7c0e9..6ec61f5c157 100644 --- a/sys/dev/isa/wdc.c +++ b/sys/dev/isa/wdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wdc.c,v 1.36 1999/01/11 01:57:52 millert Exp $ */ +/* $OpenBSD: wdc.c,v 1.37 1999/06/28 22:35:24 ho Exp $ */ /* $NetBSD: wd.c,v 1.150 1996/05/12 23:54:03 mycroft Exp $ */ /* @@ -1874,7 +1874,7 @@ wdc_exec_xfer(d_link, xfer) s = splbio(); /* insert at the end of command list */ - TAILQ_INSERT_TAIL(&wdc->sc_xfer,xfer , c_xferchain) + TAILQ_INSERT_TAIL(&wdc->sc_xfer,xfer , c_xferchain); WDDEBUG_PRINT(("wdcstart from wdc_exec_xfer, flags %d\n", wdc->sc_flags)); wdcstart(wdc); |