1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Remove cdevsw_add() - the necessary make_dev() is already there.

This commit is contained in:
Peter Wemm 1999-11-18 06:37:00 +00:00
parent 2c77a71d3d
commit 7fb0a8412a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53334

View File

@ -427,7 +427,6 @@ static void
cn_drvinit(void *unused)
{
cdevsw_add(&cn_cdevsw);
condev_t = make_dev (&cn_cdevsw, 0,
UID_ROOT, GID_WHEEL, 0600, "console");
}