From bc7c831fc704b96e56575fc9428a73c9a1d9ae74 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 5 Sep 2003 11:08:55 +0000 Subject: [PATCH] Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGES around cloning routines. --- sys/dev/ata/atapi-cd.h | 2 ++ 1 file changed, 2 insertions(+) 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 };