diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-09-28 04:25:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-09-28 04:25:06 +0000 |
commit | 9f7a1acab3aba77bfae51c68ea3fde7f3414e912 (patch) | |
tree | 25fdfd0065d0cbc665bc70f61d35b3a123fdcadb /sys/xfs/xfs_dev-bsd.c | |
parent | 73f06d864d04de14b83c0f40aba5976d51fac018 (diff) |
xfs_devpoll must not be static; found by beck@ compiling an XFS kernel
Diffstat (limited to 'sys/xfs/xfs_dev-bsd.c')
-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 |