https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295623

--- Comment #2 from Ivan Rozhuk <[email protected]> ---
/usr/src/lib/libutil/login_class.c

    { "kqueues",         login_getcapsize, RLIMIT_KQUEUES },
    { "umtxp",           login_getcapnum,  RLIMIT_UMTXP   },
    { "pipebuf",         login_getcapnum,  RLIMIT_PIPEBUF },

kqueues probably should be login_getcapnum since it is FD, and openfiles is
NUMBER type.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to