From 1895730762d1191e4f6b1b554fc7ffed5f508d62 Mon Sep 17 00:00:00 2001 From: scottr Date: Mon, 13 Oct 1997 03:59:18 +0000 Subject: [PATCH] Fix an oversight in chrtoblktab[], kindly pointed out by Michael Graff. --- sys/arch/mac68k/mac68k/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mac68k/mac68k/conf.c b/sys/arch/mac68k/mac68k/conf.c index a89044dbcf21..cf92590908fe 100644 --- a/sys/arch/mac68k/mac68k/conf.c +++ b/sys/arch/mac68k/mac68k/conf.c @@ -1,4 +1,4 @@ -/* $NetBSD: conf.c,v 1.43 1997/10/13 00:46:38 explorer Exp $ */ +/* $NetBSD: conf.c,v 1.44 1997/10/13 03:59:18 scottr Exp $ */ /* * Copyright (c) 1990 The Regents of the University of California. @@ -254,7 +254,7 @@ static int chrtoblktab[] = { /* 29 */ NODEV, /* 30 */ NODEV, /* 31 */ NODEV, - /* 32 */ NODEV, + /* 32 */ 32, /* 33 */ NODEV, /* 34 */ NODEV, /* 35 */ NODEV,