summaryrefslogtreecommitdiff
path: root/sys/kern/tty_pty.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-18 06:41:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-18 06:41:30 +0000
commite79f2d5bfcf7860bf8c999a5b257a6463ea9ce86 (patch)
tree2425c3ed309ab4c988cc21240c0466784e7801c2 /sys/kern/tty_pty.c
parente92f63a2772e809667f018940c2827616cf82c06 (diff)
Notes
Diffstat (limited to 'sys/kern/tty_pty.c')
-rw-r--r--sys/kern/tty_pty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index 539ee0bf6541..0db85f3773ab 100644
--- a/sys/kern/tty_pty.c
+++ b/sys/kern/tty_pty.c
@@ -813,8 +813,6 @@ static void
ptc_drvinit(unused)
void *unused;
{
- cdevsw_add(&pts_cdevsw);
- cdevsw_add(&ptc_cdevsw);
/* XXX: Gross hack for DEVFS */
ptyinit(0);
}