summaryrefslogtreecommitdiff
path: root/sys/kern/tty_tty.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-09-27 12:01:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-09-27 12:01:01 +0000
commit70cd7713375b9351501f68831aea1c52a7b9be47 (patch)
treeb97e31a4fdc3440a666206b469045b517017d25e /sys/kern/tty_tty.c
parent5da172697f8683ff3f14c9f13f5e7a78d93834a5 (diff)
Notes
Diffstat (limited to 'sys/kern/tty_tty.c')
-rw-r--r--sys/kern/tty_tty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c
index 2b3b76a3f48f..985a87750a71 100644
--- a/sys/kern/tty_tty.c
+++ b/sys/kern/tty_tty.c
@@ -39,7 +39,6 @@ static d_open_t cttyopen;
static struct cdevsw ctty_cdevsw = {
.d_open = cttyopen,
- .d_close = nullclose,
.d_name = "ctty",
.d_maj = CDEV_MAJOR,
.d_flags = D_TTY,