mirror of
git://github.com/lxc/lxc
synced 2025-08-31 12:59: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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user