diff options
author | 2003-09-28 04:25:05 +0000 | |
---|---|---|
committer | 2003-09-28 04:25:05 +0000 | |
commit | 7d98356ce6d9bcfbc78f7e6d4d6c99b2114d3bf5 (patch) | |
tree | d20790f8100cd1fae0c12c790e69717e16a9f10b | |
parent | remove register. end all sentences with periods. (diff) | |
download | wireguard-openbsd-7d98356ce6d9bcfbc78f7e6d4d6c99b2114d3bf5.tar.xz wireguard-openbsd-7d98356ce6d9bcfbc78f7e6d4d6c99b2114d3bf5.zip |
xfs_devpoll must not be static; found by beck@ compiling an XFS kernel
-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 46432452fcf..c2bfba5f685 100644 --- a/sys/xfs/xfs_dev-bsd.c +++ b/sys/xfs/xfs_dev-bsd.c @@ -97,7 +97,7 @@ xfs_realselect(dev_t dev, d_thread_t *p, void *wql) #ifdef HAVE_VOP_POLL -static int +int xfs_devpoll(dev_t dev, int events, d_thread_t * p) { #ifdef NNPFS_DEBUG |