This commit is contained in:
martin 2006-08-13 18:53:31 +00:00
parent 4ada5572ad
commit 7699ba8851

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV.tmpl,v 1.59 2006/08/12 19:47:28 christos Exp $
# $NetBSD: MAKEDEV.tmpl,v 1.60 2006/08/13 18:53:31 martin Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@ -743,7 +743,7 @@ xbd*)
;;
dk*)
name=dk; unit=${i#xbd}; blk=%dk_blk%; chr=%dk_chr%
name=dk; unit=${i#dk}; blk=%dk_blk%; chr=%dk_chr%
minor=0
while [ $minor -lt ${i#dk} ]
do