summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_disk.h
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-01-08 15:13:40 +0000
committerats <ats@FreeBSD.org>1995-01-08 15:13:40 +0000
commitfe171057c0e17fb120d375d5fd9b4aeb11aff8fc (patch)
tree70f7405567374c90ab4a9727ec5a458f677a2bcc /sys/scsi/scsi_disk.h
parent6e9535971b32084710a3ddc28bba153b4a061059 (diff)
downloadFreeBSD-src-fe171057c0e17fb120d375d5fd9b4aeb11aff8fc.zip
FreeBSD-src-fe171057c0e17fb120d375d5fd9b4aeb11aff8fc.tar.gz
Submitted by: Gerd Truschinski
Removed one semicolon, two are one to much :-). Found by the hc860 compiler and Gerd Truschinski 8-).
Diffstat (limited to 'sys/scsi/scsi_disk.h')
-rw-r--r--sys/scsi/scsi_disk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsi_disk.h b/sys/scsi/scsi_disk.h
index 60d0bcc..a2720d5 100644
--- a/sys/scsi/scsi_disk.h
+++ b/sys/scsi/scsi_disk.h
@@ -46,7 +46,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_disk.h,v 1.4 93/08/26 21:09:23 julian Exp Locker: julian $
+ * $Id: scsi_disk.h,v 1.6 1993/11/18 05:02:55 rgrimes Exp $
*/
/*
@@ -84,7 +84,7 @@ struct scsi_rw_big
u_char addr_2;
u_char addr_1;
u_char addr_0; /* least significant */
- u_char reserved;;
+ u_char reserved;
u_char length2;
u_char length1;
u_char control;
OpenPOWER on IntegriCloud