diff options
| author | Thomas Moestl <tmm@FreeBSD.org> | 2003-09-22 17:58:40 +0000 |
|---|---|---|
| committer | Thomas Moestl <tmm@FreeBSD.org> | 2003-09-22 17:58:40 +0000 |
| commit | a65aa77700bb36ce5e84c4fcc0ebcc868c6c9806 (patch) | |
| tree | 36413c4a11da5c5a2e8068ffe234c40db1956b28 /sys/dev/ata/atapi-cd.h | |
| parent | e705f0f0f987544c12527707de97754f0f896441 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-cd.h')
| -rw-r--r-- | sys/dev/ata/atapi-cd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h index 1e5d24b87b591..190b651bdcd61 100644 --- a/sys/dev/ata/atapi-cd.h +++ b/sys/dev/ata/atapi-cd.h @@ -322,7 +322,7 @@ struct acd_softc { u_int block_size; /* blocksize currently used */ struct devstat *stats; /* devstat entry */ dev_t dev; /* device place holders */ -#ifdef BURN_BRIDGES +#ifndef BURN_BRIDGES eventhandler_tag clone_evh; #endif }; |
