2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 13:09:32 +00:00

Import local getline copy on bionic

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Stéphane Graber
2013-08-16 15:08:39 +02:00
parent 2b89a9c19d
commit 120ce443c4

View File

@@ -53,6 +53,12 @@
#include <mntent.h>
#endif
#ifndef HAVE_GETLINE
#ifdef HAVE_FGETLN
#include <../include/getline.h>
#endif
#endif
lxc_log_define(lxc_cgroup, lxc);
#define MTAB "/proc/mounts"