GetDflt.c: In function `GetHomeDir':
   GetDflt.c:129: error: too few arguments to function `getpwnam_r'
   GetDflt.c:131: error: too few arguments to function `getpwuid_r'

What does the call look to those functions?

   I have seen this mentioned several times on some of the ML archives
   but no specific fix.  Any thoughts?

The fix is simple, pass the correct number of arguments to
getpw{nam,uid}_r.

Happy hacking.


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to