>From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su>

Date: Wed, 20 Oct 1993 18:28:44 +0300

Editors Note:
	Line ended with comma (``,'') instead of semicolon (``;''),
	this should not have effected the code.
	Submitter made no comments other than it was ``simple''.
This commit is contained in:
Rodney W. Grimes 1993-10-20 15:49:02 +00:00
parent 976608fbb1
commit 1c9af4358a
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
* major changes by Julian Elischer (julian@jules.dialix.oz.au) May 1993
*
* $Id: st.c,v 1.10 1993/10/11 04:53:23 rgrimes Exp $
* $Id: st.c,v 1.11 1993/10/16 17:21:10 rgrimes Exp $
*/
@ -914,7 +914,7 @@ struct buf *bp;
dp = &((*dp)->b_actf);
}
*dp = bp;
bp->b_actf = NULL,
bp->b_actf = NULL;
/*******************************************************\
* Tell the device to get going on the transfer if it's *