> Not sure if this is the right list for this question, so let me know
> if it needs to go
> somewhere else.
>
> My OpenBSD box is missing the getpwnam_r() function described in the
> getpwent(3)
> man page. At least, it's described at this URL:
>
http://www.openbsd.org/cgi-bin/man.cgi?query=getpwnam&apropos=0&sektion=...
>
> My man page doesn't have any reference to getpwnam_r() - only the non-threadsafe
> getpwnam(). Likewise with getpwuid_r(). I assume this isn't normal
> (correct me if I'm
> wrong), but this is happening on a generic installation. Is there
> something I need to
> do/undo to enable these functions?
>
> Thanks for the help.
> -HKS