summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_log.c')
-rw-r--r--sys/kern/subr_log.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c
index b08a3f8..a6f03d0 100644
--- a/sys/kern/subr_log.c
+++ b/sys/kern/subr_log.c
@@ -69,19 +69,14 @@ static struct cdevsw log_cdevsw = {
/* read */ logread,
/* write */ nowrite,
/* ioctl */ logioctl,
- /* stop */ nostop,
- /* reset */ noreset,
- /* devtotty */ nodevtotty,
/* poll */ logpoll,
/* mmap */ nommap,
/* strategy */ nostrategy,
/* name */ "log",
- /* parms */ noparms,
/* maj */ CDEV_MAJOR,
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* maxio */ 0,
/* bmaj */ -1
};
OpenPOWER on IntegriCloud