[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FTBFS: X11 library from freedesktop.org
From: |
Alfred M. Szmidt |
Subject: |
Re: FTBFS: X11 library from freedesktop.org |
Date: |
Thu, 06 May 2004 13:07:45 +0200 |
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.