]> git.ipfire.org Git - thirdparty/lxc.git/commit
Replace get_current_dir_name by getcwd
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 3 Jan 2013 17:24:07 +0000 (12:24 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 9 Jan 2013 15:10:13 +0000 (10:10 -0500)
commitd2717c14d8bb06967a6817d7909a2ee87b523002
tree4fcab6893633a107c773cbb498e256d6e138ae23
parent20d2e91bd3495f4368396cd13a0507d716703286
Replace get_current_dir_name by getcwd

get_current_dir_name appears to be specific to glibc. Replace that call
by an equivalent getcwd call.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxc_attach.c