diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-12-20 00:27:03 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-12-20 00:27:03 +0000 |
| commit | 1b0a8c9006ce2ffda05374393316db15d923d667 (patch) | |
| tree | 60ce91414c59bb65d9e89b0971ea87988530502d | |
| parent | 3b1e500f2702334df743d83c37330d1902ff3f26 (diff) | |
Notes
| -rw-r--r-- | sys/scsi/scsi_cd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h index 0db019f6c5e2..26e366be284a 100644 --- a/sys/scsi/scsi_cd.h +++ b/sys/scsi/scsi_cd.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id$ + * $Id: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $ */ #ifndef _SCSI_SCSI_CD_H #define _SCSI_SCSI_CD_H 1 @@ -129,7 +129,6 @@ struct scsi_read_toc u_char data_len[2]; u_char control; }; -; struct scsi_read_cd_capacity { |
