mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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...
This commit is contained in:
parent
f0b972df2f
commit
e585cdf0ce
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,7 @@
|
|||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/time.h>
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/event.h>
|
||||
.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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue