aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kqueue/libkqueue/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/kqueue/libkqueue/common.h')
-rw-r--r--tests/sys/kqueue/libkqueue/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sys/kqueue/libkqueue/common.h b/tests/sys/kqueue/libkqueue/common.h
index 814d6cc0fc93..c73df382b4cc 100644
--- a/tests/sys/kqueue/libkqueue/common.h
+++ b/tests/sys/kqueue/libkqueue/common.h
@@ -41,7 +41,8 @@
#include <sys/event.h>
extern char *cur_test_id;
-int vnode_fd;
+extern int vnode_fd;
+extern int kqfd;
extern char * kevent_to_str(struct kevent *);
struct kevent * kevent_get(int);