fix typo.
This commit is contained in:
parent
49051114a6
commit
e89d0f4875
@ -34,7 +34,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* @(#)sci.c 7.5 (Berkeley) 5/4/91
|
* @(#)sci.c 7.5 (Berkeley) 5/4/91
|
||||||
* $Id: sci.c,v 1.1 1994/02/28 06:06:23 chopps Exp $
|
* $Id: sci.c,v 1.2 1994/03/08 10:30:16 chopps Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -54,7 +54,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#if NSCI < NSUPRASCSI
|
#if NSCI < NSUPRASCSI
|
||||||
#undef NSCI
|
#undef NSCI
|
||||||
#define NSCI NSUPRASCI
|
#define NSCI NSUPRASCSI
|
||||||
#endif
|
#endif
|
||||||
#if NSCI < NIVSSCSI
|
#if NSCI < NIVSSCSI
|
||||||
#undef NSCI
|
#undef NSCI
|
||||||
@ -62,7 +62,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char rcsid[] = "$Header: /cvsroot/src/sys/arch/amiga/dev/sci.c,v 1.1 1994/02/28 06:06:23 chopps Exp $";
|
static char rcsid[] = "$Header: /cvsroot/src/sys/arch/amiga/dev/sci.c,v 1.2 1994/03/08 10:30:16 chopps Exp $";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* need to know if any tapes have been configured */
|
/* need to know if any tapes have been configured */
|
||||||
|
Loading…
Reference in New Issue
Block a user