summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-20 00:27:03 +0000
committerbde <bde@FreeBSD.org>1997-12-20 00:27:03 +0000
commitb1d53f05b150144fbf46436e5db88f1dd3cc4eba (patch)
tree379f501ac1603d68cb72ef383451a1c2f9a62dcd /sys/scsi
parent52dbbb4e05be883bd5704f179a9ff219642ed4d9 (diff)
downloadFreeBSD-src-b1d53f05b150144fbf46436e5db88f1dd3cc4eba.zip
FreeBSD-src-b1d53f05b150144fbf46436e5db88f1dd3cc4eba.tar.gz
Removed a stray semicolon.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsi_cd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsi_cd.h b/sys/scsi/scsi_cd.h
index 0db019f..26e366b 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
{
OpenPOWER on IntegriCloud