From 1f16f5e923efdaa0086ab117a0ea1b0598c150b3 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 20 Sep 2004 19:34:58 +0000 Subject: Fix bad C++ code, to unbreak on 5.X and -CURRENT. Reported by: kris Approved by: portmgr (marcus), fjoe (mentor, implicit) --- net/netmap/files/patch-belgolib::dirs.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'net/netmap/files/patch-belgolib::dirs.h') diff --git a/net/netmap/files/patch-belgolib::dirs.h b/net/netmap/files/patch-belgolib::dirs.h index 4d912a46559c..27542fb44f9c 100644 --- a/net/netmap/files/patch-belgolib::dirs.h +++ b/net/netmap/files/patch-belgolib::dirs.h @@ -8,3 +8,12 @@ #ifndef __make_dep__ #include +@@ -91,7 +92,7 @@ + { + list result=ld1; + +- for(list::const_iterator i = ld2.begin(); i != ld2.end(); i++) ++ for(typename list::const_iterator i = ld2.begin(); i != ld2.end(); i++) + result.push_back(*i); + + return result; -- cgit v1.2.3