Commit 120ce443 by Stéphane Graber

Import local getline copy on bionic

parent 2b89a9c1
...@@ -53,6 +53,12 @@ ...@@ -53,6 +53,12 @@
#include <mntent.h> #include <mntent.h>
#endif #endif
#ifndef HAVE_GETLINE
#ifdef HAVE_FGETLN
#include <../include/getline.h>
#endif
#endif
lxc_log_define(lxc_cgroup, lxc); lxc_log_define(lxc_cgroup, lxc);
#define MTAB "/proc/mounts" #define MTAB "/proc/mounts"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment