Re: [lxc-devel] [PATCH 09/17] Import local getline copy on bionic

2013-08-16 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn > --- > src/lxc/cgroup.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/lxc/cgroup.c b/src/lxc/cgroup.c > index b2b1aa3..221c018 100644 > --- a/src/lxc/cgroup.c > +++

[lxc-devel] [PATCH 09/17] Import local getline copy on bionic

2013-08-16 Thread Stéphane Graber
Signed-off-by: Stéphane Graber --- src/lxc/cgroup.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/lxc/cgroup.c b/src/lxc/cgroup.c index b2b1aa3..221c018 100644 --- a/src/lxc/cgroup.c +++ b/src/lxc/cgroup.c @@ -53,6 +53,12 @@ #include #endif +#ifndef HAVE_GETLINE +#ifdef HAVE_