diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2000-05-23 20:41:01 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2000-05-23 20:41:01 +0000 |
| commit | 740a1973a62eaa8e1dc23e22f84dacb3346d303a (patch) | |
| tree | acf054a865eef37380f5ac3d3c07766b5bb234b0 /sys/dev/aic | |
| parent | b4183771fd8ab7a5946fd38df04c1e24b1268bea (diff) | |
Notes
Diffstat (limited to 'sys/dev/aic')
| -rw-r--r-- | sys/dev/aic/aicvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/aic/aicvar.h b/sys/dev/aic/aicvar.h index 5d789b493b95..ce43a6ba555d 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(,ccb_hdr) pending_ccbs, nexus_ccbs; + TAILQ_HEAD(, struct ccb_hdr) pending_ccbs, nexus_ccbs; struct aic_scb *nexus; u_int32_t flags; |
