diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-09-05 11:08:55 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-09-05 11:08:55 +0000 |
| commit | bc7c831fc704b96e56575fc9428a73c9a1d9ae74 (patch) | |
| tree | 526c2f79c9aa70d34df8047e415ed6c35d541597 /sys/dev | |
| parent | 4740a0e7f2de5e0efca92d37a2c89cc9d8deb1c9 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ata/atapi-cd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h index 71d1c0359af4..6184bee90c60 100644 --- a/sys/dev/ata/atapi-cd.h +++ b/sys/dev/ata/atapi-cd.h @@ -322,5 +322,7 @@ struct acd_softc { int block_size; /* blocksize currently used */ struct devstat *stats; /* devstat entry */ dev_t dev; /* device place holders */ +#ifndef BURN_BRIDGES eventhandler_tag clone_evh; +#endif }; |
