On 01/03/2013 02:51 PM, Serge Hallyn wrote:
> Quoting Stéphane Graber (stgra...@ubuntu.com):
>> Bionic and maybe some other libc implementations lack the _r nss functions.
>> This replaces our current getpwnam_r and getpwuid_r calls by getpwnam and
>> getpwuid.
>>
>> Signed-off-by: Stéphane Graber
Quoting Stéphane Graber (stgra...@ubuntu.com):
> Bionic and maybe some other libc implementations lack the _r nss functions.
> This replaces our current getpwnam_r and getpwuid_r calls by getpwnam and
> getpwuid.
>
> Signed-off-by: Stéphane Graber
> ---
> src/lxc/lxc_unshare.c | 15 -
Bionic and maybe some other libc implementations lack the _r nss functions.
This replaces our current getpwnam_r and getpwuid_r calls by getpwnam and
getpwuid.
Signed-off-by: Stéphane Graber
---
src/lxc/lxc_unshare.c | 15 ---
1 file changed, 8 insertions(+), 7 deletions(-)
diff --g