Edit

IABSD.fr/src/lib/libutil

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-03-05 11:01:12
    Hash : 8f48e2ab
    Message : Fix prototypes of ibuf_write and msgbuf_read/write Like for ibuf_read this leaves it implicit that the writev, recvmsg, and sendmsg are called on that fd, respectively, which isn't ideal. This will hopefully be improved with manpage changes that go along with the next iteration of the API. ok claudio