[Devel] Re: [RFC][PATCH 0/2] user namespace [try #2]
Dave Hansen
haveblue at us.ibm.com
Mon Sep 11 09:57:21 PDT 2006
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 at lists.osdl.org
https://lists.osdl.org/mailman/listinfo/containers
More information about the Devel
mailing list