On Sat, Sep 24, 2011 at 10:35:41PM +0200, Francois Tigeot wrote:
Since DragonFly's proplib implementation comes from NetBSD, I figured it
would be best to ask here what to do:
fix the documentation or fix the implementation ?
The documentation. The implementation can't be exactly the same between
kernel and userland for this kind of functions, because in kernel we have
to return an errno.h value, while in userland the traditionnal way to go
it to return a boolean, and get the error number from a global variable
if we care.