Luca Scamoni wrote:
Thought I would just drop in a note on this...

There have been changes with glibc 2.8. Now struct ucred is ifdef'd
under _GNU_SOURCE

Maybe configure should detect if it's needed?

I suggest filing a bug with the glibc folks. struct ucred is not a GNU-specific extension, it's a standard structure in Unix. I don't see how it qualifies for hiding with _GNU_SOURCE.
--
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/

Reply via email to