diff options
Diffstat (limited to 'sys/kern/vfs_default.c')
-rw-r--r-- | sys/kern/vfs_default.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 7626228..41c4040 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -343,6 +343,7 @@ vop_nopoll(ap) * determining reliably whether or not the extended * functionality is present without hard-coding knowledge * of specific filesystem implementations. + * Stay in sync with kern_conf.c::no_poll(). */ if (ap->a_events & ~POLLSTANDARD) return (POLLNVAL); |