CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2011/01/29 06:15:39
Modified files: sys/kern : uipc_mbuf.c uipc_mbuf2.c share/man/man9 : mbuf_tags.9 Log message: The function m_tag_copy_chain() returned 0 on success and 1 on failure. The man page explained it the other way around. Change the return code to the more obvious 0 or ENOMEM and document this. ok krw@ markus@ miod@ jmc@