]> git.ipfire.org Git - thirdparty/lxc.git/commit
Replace strdupa call by standard strdup
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 26 Dec 2012 14:47:37 +0000 (15:47 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 9 Jan 2013 15:14:20 +0000 (10:14 -0500)
commit956edc54969dc3e3653ea3e410522eb1def22588
tree94c669b49881c5bb948507bc7efdf59e8d0d5b1f
parentda9dd0f14d91713d48465b7cbf8bc05922d2415f
Replace strdupa call by standard strdup

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 <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/confile.c