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

2013-01-08 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 Acked-by: Serge E. Hallyn > --- > src/lxc/confile.c | 23 +++

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

2013-01-08 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 | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/lxc/co