Bugfix: add character device #62 in chrtoblktbl[].

This commit is contained in:
haya 2002-05-28 10:01:23 +00:00
parent 787bbf3204
commit de6fbd495c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: conf.c,v 1.39 2002/04/28 17:55:47 briggs Exp $ */
/* $NetBSD: conf.c,v 1.40 2002/05/28 10:01:23 haya Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -339,6 +339,7 @@ static int chrtoblktbl[] = {
/* 59 */ NODEV,
/* 60 */ NODEV,
/* 61 */ NODEV,
/* 62 */ NODEV,
};
/*