summaryrefslogtreecommitdiff
path: root/net/netmap/files/patch-belgolib::dirs.h
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-27 09:42:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-27 09:42:55 +0000
commit108207934718fe18a2c437e634d2b856da536b4c (patch)
tree0797bdecf298a755d181509436ef5ec0fc0bb229 /net/netmap/files/patch-belgolib::dirs.h
parent- Update to version 0.8.4 (diff)
- Update to version 0.1.3
PR: 162830 Submitted by: Ports Fury Feature safe: yes
Notes
Notes: svn path=/head/; revision=286485
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;