From e585cdf0ce94af54bac5def797340e5dd1fab02b Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 7 Jun 2000 22:09:16 +0000 Subject: [PATCH] add a BUGS section on how we can only watch VNODE's on a UFS file system right now... I talked w/ phk last night and "fixing" this in a generic way is going to require a lot of complex thought on stacking let alone the NFS problems.. add missing sys/time.h for struct timespec def... --- lib/libc/sys/kqueue.2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 413e418966c..07a51d3498d 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -34,6 +34,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.Fd #include .Fd #include .Fd #include .Ft int @@ -422,3 +423,6 @@ The .Fn kqueue system and this manual page were written by .An Jonathan Lemon Aq jlemon@FreeBSD.org . +.Sh BUGS +It is currently not possible to watch a vnode that resides on anything but +a UFS file system.