/* FIXME: dummy stub for now. */ #include #include struct passwd * _DEFUN (getpwnam, (name), _CONST char *name) { errno = ENOSYS; return NULL; }