aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-05-02 07:49:13 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-05-02 07:49:13 +0000
commita894c77db157f378e9c4d0625f22decc58e0e524 (patch)
tree1dbf2f81c602665d5c7d0838e2e6f212f45c1496 /sys/dev
parent9f8115fd0c8900487259b2e07c3782acd3ba865f (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vinum/vinumutil.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumutil.c b/sys/dev/vinum/vinumutil.c
index 63ed8d0c984f..f97973627abc 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':