Re: [lxc-devel] [PATCH 17/17] Fix lxc-user-nic to work on bionic

2013-08-16 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > This adds a couple of missing includes, uses the local version of > getline on bionic and replaces getpwuid_r by getpwuid. > > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/lxc/lxc_user_nic.c | 18 -- > 1

[lxc-devel] [PATCH 17/17] Fix lxc-user-nic to work on bionic

2013-08-16 Thread Stéphane Graber
This adds a couple of missing includes, uses the local version of getline on bionic and replaces getpwuid_r by getpwuid. Signed-off-by: Stéphane Graber --- src/lxc/lxc_user_nic.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/lxc/lxc_user_nic.c b/src/