Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGES

around cloning routines.
This commit is contained in:
phk 2003-09-05 11:08:55 +00:00
parent 9df93ab518
commit 2f3a7d1606

View File

@ -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
};