Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGES
around cloning routines.
This commit is contained in:
parent
9df93ab518
commit
2f3a7d1606
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user