From 0ed99f5f61ca06008879aa9a6f89ee3eb6923e01 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 18 Jun 1997 21:09:36 +0000 Subject: [PATCH] Correct cdev/bdev for cd*. --- etc/etc.pc532/MAKEDEV | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/etc.pc532/MAKEDEV b/etc/etc.pc532/MAKEDEV index e901927b0617..33aff85cf392 100644 --- a/etc/etc.pc532/MAKEDEV +++ b/etc/etc.pc532/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.11 1997/05/31 23:53:25 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.12 1997/06/18 21:09:36 phil Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -222,7 +222,7 @@ ch*|uk*|se*) cd*) case $i in - cd*) name=cd; unit=${i#cd}; chr=4; blk=12;; + cd*) name=cd; unit=${i#cd}; chr=12; blk=4;; esac rm -f $name$unit? r$name$unit? mknod ${name}${unit}a b $blk $(($unit * 8 + 0))