lxc: bump to 2.1.0
[feed/packages.git] / utils / lxc / patches / 015-getline.patch
index e2f002af99f91d58338da003b6d6bce709975ffe..c91e010c5c58559cb6a8289fcef3781c932270df 100644 (file)
@@ -1,7 +1,7 @@
 --- a/src/lxc/utils.h
 +++ b/src/lxc/utils.h
-@@ -44,11 +44,7 @@ extern char *get_rundir(void);
- extern const char *lxc_global_config_value(const char *option_name);
+@@ -59,11 +59,7 @@ extern int mkdir_p(const char *dir, mode_t mode);
+ extern char *get_rundir(void);
  
  /* Define getline() if missing from the C library */
 -#ifndef HAVE_GETLINE