On Mon, 2006-09-11 at 10:09 +0200, Cedric Le Goater wrote:
>
>
> So, shall we follow the 'grep' method for uids like we are doing for
> pids
> and thread ? This is going to be painful but I guess there is no
> simple
> solution ...
struct foo
{
union
{
__deprecated uid_t uid;
uid_t new_uid;
};
}
It will spew warnings for all uses of foo->uid, but still compile.
-- Dave
_______________________________________________
Containers mailing list
Containers@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/containers