aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/0002-fix-typo.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-02-03 10:53:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-02-03 12:02:46 +0000
commit897437eccb87e710ac6af019f5362b30a0e6328b (patch)
tree0be66a973d064a7dcd409c358afefda97d6ec192 /main/lxc/0002-fix-typo.patch
parent628af4da26b29c65df29143c150b94e673a533d6 (diff)
downloadaports-897437eccb87e710ac6af019f5362b30a0e6328b.tar.bz2
aports-897437eccb87e710ac6af019f5362b30a0e6328b.tar.xz
main/lxc: upgrade to 1.1.0
Diffstat (limited to 'main/lxc/0002-fix-typo.patch')
-rw-r--r--main/lxc/0002-fix-typo.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/main/lxc/0002-fix-typo.patch b/main/lxc/0002-fix-typo.patch
deleted file mode 100644
index 828e6cb7e9..0000000000
--- a/main/lxc/0002-fix-typo.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From b63fcfdcdcb17474c5ee1a8a62c9a4618cac4410 Mon Sep 17 00:00:00 2001
-From: Serge Hallyn <serge.hallyn@ubuntu.com>
-Date: Wed, 23 Jul 2014 10:19:24 -0500
-Subject: [PATCH 2/3] fix typo
-
-Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
-(cherry picked from commit f50b163d1d565a9c5f3fbab725b999c5746961ad)
----
- src/lxc/network.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/lxc/network.c b/src/lxc/network.c
-index 4270619..dfab159 100644
---- a/src/lxc/network.c
-+++ b/src/lxc/network.c
-@@ -1206,7 +1206,7 @@ static int attach_to_ovs_bridge(const char *bridge, const char *nic)
- static inline bool is_ovs_bridge(const char *bridge) { return false; }
- static inline int attach_to_ovs_bridge(const char *bridge, const char *nic)
- {
-- retun -1;
-+ return -1;
- }
- #endif
-
---
-2.1.2
-