2014-01-24 14:39:04 +00:00
|
|
|
--- a/src/lxc/utils.h
|
|
|
|
+++ b/src/lxc/utils.h
|
2014-05-21 13:07:47 +00:00
|
|
|
@@ -44,11 +44,7 @@ extern char *get_rundir(void);
|
2014-01-24 14:39:04 +00:00
|
|
|
extern const char *lxc_global_config_value(const char *option_name);
|
2013-09-25 14:20:39 +00:00
|
|
|
|
2014-01-24 14:39:04 +00:00
|
|
|
/* Define getline() if missing from the C library */
|
|
|
|
-#ifndef HAVE_GETLINE
|
|
|
|
-#ifdef HAVE_FGETLN
|
|
|
|
-#include <../include/getline.h>
|
|
|
|
-#endif
|
|
|
|
-#endif
|
|
|
|
+#include "../include/getline.h"
|
2013-09-25 14:20:39 +00:00
|
|
|
|
2014-01-24 14:39:04 +00:00
|
|
|
/* Define setns() if missing from the C library */
|
|
|
|
#ifndef HAVE_SETNS
|