Displaying 1 result from an estimated 1 matches for "scm_creds".
2003 Jan 09
1
[Bug 421] compile error on Debian slink
...x/socket.h there is
a "#define SCM_CREDENTIALS" next to the ucred definition, so the change from
#if defined(SO_PEERCRED)
to
#if defined(SO_PEERCRED) && defined(SCM_CREDENTIALS)
solves the compile problem, but I don't know which other distributions have the
same. It may be SCM_CREDS or SCM_RIGHTS.
Perhaps the only good way to check is with a new autoconfigure variable.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.