Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGES
around cloning routines.
This commit is contained in:
parent
4740a0e7f2
commit
bc7c831fc7
@ -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