diff options
Diffstat (limited to 'sys')
-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 71d1c03..6184bee 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 }; |