summaryrefslogtreecommitdiff
path: root/net/netmap/files/patch-belgolib::dirs.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/netmap/files/patch-belgolib::dirs.h')
-rw-r--r--net/netmap/files/patch-belgolib::dirs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/netmap/files/patch-belgolib::dirs.h b/net/netmap/files/patch-belgolib::dirs.h
index 27542fb44f9c..4d912a46559c 100644
--- a/net/netmap/files/patch-belgolib::dirs.h
+++ b/net/netmap/files/patch-belgolib::dirs.h
@@ -8,12 +8,3 @@
#ifndef __make_dep__
#include <string>
-@@ -91,7 +92,7 @@
- {
- list<T*> result=ld1;
-
-- for(list<T*>::const_iterator i = ld2.begin(); i != ld2.end(); i++)
-+ for(typename list<T*>::const_iterator i = ld2.begin(); i != ld2.end(); i++)
- result.push_back(*i);
-
- return result;