This is the mail archive of the
libc-hacker@sourceware.cygnus.com
mailing list for the glibc project.
Re: go for 2.1
- To: drepper@cygnus.com
- Subject: Re: go for 2.1
- From: Mark Kettenis <kettenis@phys.uva.nl>
- Date: Wed, 25 Nov 1998 23:42:06 +0100 (CET)
- CC: libc-hacker@cygnus.com
- References: <r2lnkzzhdd.fsf@happy.cygnus.com>
From: Ulrich Drepper <drepper@cygnus.com>
Date: 25 Nov 1998 11:45:18 -0800
This is now the time you should speek up if something important is
missing.
I'm not really happy with the defenition of `struct ucred' in
`bits/socket.h'. It uses the typical Linux ``I don't care about name-space
pollution'' short names for its members. NetBSD uses `struct
sockcred' and its members have a sc_ prefix. Maybe we should use
struct sockcred
{
pid_t sc_pid;
uid_t sc_uid;
gid_t sc_gid;
};
or
struct sockcred
{
pid_t sc_pid;
uid_t sc_euid;
gid_t sc_egid;
};
I'll investigate this a bit more tomorrow, but I am very interested in
the opionions of the other hackers on the list.
Mark
- References:
- go for 2.1
- From: Ulrich Drepper <drepper@cygnus.com>
- go for 2.1
- From: Ulrich Drepper <drepper@cygnus.com>