Re: [lxc-devel] [PATCH 16/21] Replace strdupa call by standard strdup

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On 01/03/2013 05:00 PM, Serge Hallyn wrote: > > Quoting Stéphane Graber (stgra...@ubuntu.com): > >> strdupa appears to only exist in the standard glibc but at least not in > >> bionic. > >> Replace the two strdupa calls we have by a standard strdup.

Re: [lxc-devel] [PATCH 16/21] Replace strdupa call by standard strdup

2013-01-03 Thread Stéphane Graber
On 01/03/2013 05:00 PM, Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu.com): >> strdupa appears to only exist in the standard glibc but at least not in >> bionic. >> Replace the two strdupa calls we have by a standard strdup. >> >> Signed-off-by: Stéphane Graber >> --- >> src/lxc

Re: [lxc-devel] [PATCH 16/21] Replace strdupa call by standard strdup

2013-01-03 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > strdupa appears to only exist in the standard glibc but at least not in > bionic. > Replace the two strdupa calls we have by a standard strdup. > > Signed-off-by: Stéphane Graber > --- > src/lxc/confile.c | 14 -- > 1 file changed, 12

[lxc-devel] [PATCH 16/21] Replace strdupa call by standard strdup

2013-01-03 Thread Stéphane Graber
strdupa appears to only exist in the standard glibc but at least not in bionic. Replace the two strdupa calls we have by a standard strdup. Signed-off-by: Stéphane Graber --- src/lxc/confile.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/lxc/confile.c b