diff options
-rw-r--r-- | sys/scsi/cd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/cd.h b/sys/scsi/cd.h index 27854877710..392bfc26f8c 100644 --- a/sys/scsi/cd.h +++ b/sys/scsi/cd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.h,v 1.6 2005/06/08 21:57:44 espie Exp $ */ +/* $OpenBSD: cd.h,v 1.7 2005/06/27 18:17:57 krw Exp $ */ /* $NetBSD: scsi_cd.h,v 1.6 1996/03/19 03:06:39 mycroft Exp $ */ /* @@ -236,7 +236,6 @@ struct cd_softc { #endif struct buf buf_queue; char name[16]; /* product name, for default disklabel */ - const struct cd_ops *sc_ops; /* our bus-dependent ops vector */ #if NRND > 0 rndsource_element_t rnd_source; |