Munteanu Alexandru wrote:
I have the following errors at the compilation :
getresgid undefined getresuid undefined
and the file <unistd.h> is included in the file where I have this error
Alex
Munteanu,
I was talking with Marcus about this on ##hurd and there apparently are missing weak aliases for these functions in glibc.
Someone needs to add weak_alias (__setresgid, setresgid) to sysdeps/mach/hurd/setresgid.c
and weak_alias (__setresuid, setresuid) to sysdeps/mach/hurd/setresuid.c
At least I hope I got that right.. If I think I can get it right, I'll try to send something upstream to glibc.
Take care,
-- Barry deFreese Debian 3.0r1 "Woody" GNU/Hurd Registered Linux "Newbie" #302256 - Hurd H4XX0r wannabe
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." Rich Cook.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

