[packages] lxc: update to latest git version

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@38798 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka
2013-11-14 00:08:53 +00:00
parent d6c307c854
commit 7e3fe08e7f
4 changed files with 18 additions and 25 deletions

View File

@ -11,15 +11,12 @@
char *newname;
--- a/src/lxc/lxc_user_nic.c
+++ b/src/lxc/lxc_user_nic.c
@@ -43,11 +43,7 @@
#include <linux/sockios.h>
@@ -49,6 +49,8 @@
#include "config.h"
#include "utils.h"
-#ifndef HAVE_GETLINE
-#ifdef HAVE_FGETLN
#include <../include/getline.h>
-#endif
-#endif
+#include <../include/getline.h>
+
#if ISTEST
#define CONF_FILE "/tmp/lxc-usernet"
#define DB_FILE "/tmp/nics"