diff options
| author | andrew <andrew@NetBSD.org> | 1993-06-16 10:39:35 +0000 |
|---|---|---|
| committer | andrew <andrew@NetBSD.org> | 1993-06-16 10:39:35 +0000 |
| commit | 280a747d4e175caa429d8f65d9ee6484a9bd6048 (patch) | |
| tree | 3c3aae9b8c64bae8d54c96bafd8837140c374cf8 /sys/dev | |
| parent | bd8e434d6d162e8ed1408d309d79acdb5479a4af (diff) | |
woops - another typo.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/st.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/scsipi/st.c b/sys/dev/scsipi/st.c index 2a1ae10cbc7..b9446e56cc6 100644 --- a/sys/dev/scsipi/st.c +++ b/sys/dev/scsipi/st.c @@ -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) |
