diff options
-rw-r--r-- | sys/xfs/xfs_dev-bsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xfs/xfs_dev-bsd.c b/sys/xfs/xfs_dev-bsd.c index c56d13610d9..46432452fcf 100644 --- a/sys/xfs/xfs_dev-bsd.c +++ b/sys/xfs/xfs_dev-bsd.c @@ -175,7 +175,7 @@ struct cdevsw xfs_dev = { xfs_devioctl, (dev_type_stop((*))) enodev, 0, - xfs_devselect, + xfs_devpoll, (dev_type_mmap((*))) enodev, 0 }; |