Submitted by: Gerd Truschinski

Removed one semicolon, two are one to much :-). Found by the hc860 compiler
and Gerd Truschinski 8-).
This commit is contained in:
Andreas Schulz 1995-01-08 15:13:40 +00:00
parent f948427e16
commit c9082578fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5443

View File

@ -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;