From 9f7a1acab3aba77bfae51c68ea3fde7f3414e912 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 28 Sep 2003 04:25:06 +0000 Subject: xfs_devpoll must not be static; found by beck@ compiling an XFS kernel --- sys/xfs/xfs_dev-bsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3