summaryrefslogtreecommitdiffstats
path: root/sys/xfs
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2003-09-26 17:06:54 +0000
committermickey <mickey@openbsd.org>2003-09-26 17:06:54 +0000
commit490cbb69ab6b4625e809362c8731c1353bf4594b (patch)
treea61d43ab8dd70bfd69d593887dfefbd663a2f6af /sys/xfs
parentput 64bit macros/functions documentation back. (diff)
downloadwireguard-openbsd-490cbb69ab6b4625e809362c8731c1353bf4594b.tar.xz
wireguard-openbsd-490cbb69ab6b4625e809362c8731c1353bf4594b.zip
select to poll
Diffstat (limited to 'sys/xfs')
-rw-r--r--sys/xfs/xfs_dev-bsd.c2
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
};