Edit

IABSD.fr/src/sys/isofs

Branch :

  • Show log

    Commit

  • Author : mvs
    Date : 2023-09-08 20:00:27
    Hash : cc53a24c
    Message : Remove the remnants of the leftover selinfo from vnode(9) layer. Just mechanical 'selinfo' to 'klist' replacement in 'vnode' structure because knote(9) API is already used. <sys/selinfo.h> headers added where is was required. ok bluhm