diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/vinum/vinumutil.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumutil.c b/sys/dev/vinum/vinumutil.c index 63ed8d0..f979736 100644 --- a/sys/dev/vinum/vinumutil.c +++ b/sys/dev/vinum/vinumutil.c @@ -33,7 +33,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumutil.c,v 1.10 1999/01/02 00:39:04 grog Exp grog $ + * $Id: vinumutil.c,v 1.11 1999/03/19 06:50:44 grog Exp grog $ */ /* This file contains utility routines used both in kernel and user context */ @@ -200,6 +200,8 @@ sizespec(char *spec) case 'B': case 'b': + case 'S': + case 's': return size * sign * 512; case 'K': |