summaryrefslogtreecommitdiffstats
path: root/share/examples/kld/cdev/module/cdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/kld/cdev/module/cdev.h')
-rw-r--r--share/examples/kld/cdev/module/cdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/cdev/module/cdev.h b/share/examples/kld/cdev/module/cdev.h
index ae07c34..34c8235 100644
--- a/share/examples/kld/cdev/module/cdev.h
+++ b/share/examples/kld/cdev/module/cdev.h
@@ -85,7 +85,7 @@ static struct cdevsw my_devsw = {
nowrite,
mydev_ioctl,
nostop,
- nullreset,
+ noreset,
nodevtotty,
NULL,
nommap,
OpenPOWER on IntegriCloud