aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/aic
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
committerJake Burkholder <jake@FreeBSD.org>2000-05-26 02:09:24 +0000
commite39756439c7255bc16ba14b7b991cb01ba1c93bd (patch)
tree112dfed9c5841280f457e0dca97e8de49e04ecd9 /sys/dev/aic
parent13c6acf19de074f64f9ff031a2e5e660c7957fd2 (diff)
Notes
Diffstat (limited to 'sys/dev/aic')
-rw-r--r--sys/dev/aic/aicvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic/aicvar.h b/sys/dev/aic/aicvar.h
index ce43a6ba555d..5d789b493b95 100644
--- a/sys/dev/aic/aicvar.h
+++ b/sys/dev/aic/aicvar.h
@@ -76,7 +76,7 @@ struct aic_softc {
struct cam_sim *sim;
struct cam_path *path;
- TAILQ_HEAD(, struct ccb_hdr) pending_ccbs, nexus_ccbs;
+ TAILQ_HEAD(,ccb_hdr) pending_ccbs, nexus_ccbs;
struct aic_scb *nexus;
u_int32_t flags;