summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/amr/amr_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c
index 0f64808..bed1260 100644
--- a/sys/dev/amr/amr_disk.c
+++ b/sys/dev/amr/amr_disk.c
@@ -91,7 +91,7 @@ static d_strategy_t amrd_strategy;
static struct cdevsw amrd_cdevsw = {
/* open */ amrd_open,
- /* close */ noclose,
+ /* close */ nullclose,
/* read */ physread,
/* write */ physwrite,
/* ioctl */ noioctl,
OpenPOWER on IntegriCloud