Here's a patch removing the code in question.
-garrett
Index: user/netware/userinfo.c
===================================================================
--- user/netware/userinfo.c (revision 106112)
+++ user/netware/userinfo.c (working copy)
@@ -27,15 +27,6 @@
#include <unistd.h> /* for _POSIX_THREAD_SAFE_FUNCTIONS */
#endif
-#define PWBUF_SIZE 512
-
-static apr_status_t getpwnam_safe(const char *username,
- struct passwd *pw,
- char pwbuf[PWBUF_SIZE])
-{
- return APR_ENOTIMPL;
-}
-
APR_DECLARE(apr_status_t) apr_uid_homepath_get(char **dirname,
const char *username,
apr_pool_t *p)
