woops - another typo.

This commit is contained in:
andrew 1993-06-16 10:39:35 +00:00
parent bd8e434d6d
commit 280a747d4e
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: st.c,v 1.10 1993/06/16 04:31:43 deraadt Exp $
* $Id: st.c,v 1.11 1993/06/16 10:39:35 andrew Exp $
*/
/*
@ -49,7 +49,7 @@ long int ststrats, stqueues;
#define UNITSHIFT 4
#define MODE(z) ((minor(z) & 0x03))
#define DSTY(z) (((minor(z) >> 2) & 0x03))
#define UNIT(z) ((minor(z) >> UNIT_SHIFT))
#define UNIT(z) ((minor(z) >> UNITSHIFT))
#undef NST
#define NST ( makedev(1,0) >> UNITSHIFT)

View File

@ -13,7 +13,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: st.c,v 1.10 1993/06/16 04:31:43 deraadt Exp $
* $Id: st.c,v 1.11 1993/06/16 10:39:35 andrew Exp $
*/
/*
@ -49,7 +49,7 @@ long int ststrats, stqueues;
#define UNITSHIFT 4
#define MODE(z) ((minor(z) & 0x03))
#define DSTY(z) (((minor(z) >> 2) & 0x03))
#define UNIT(z) ((minor(z) >> UNIT_SHIFT))
#define UNIT(z) ((minor(z) >> UNITSHIFT))
#undef NST
#define NST ( makedev(1,0) >> UNITSHIFT)