summaryrefslogtreecommitdiff
path: root/net/netmap/files/patch-belgolib::search.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-20 21:07:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-20 21:07:52 +0000
commit42f82ca6c005fd07dd0ee69e3d3c31e91ec1045e (patch)
tree39b4daa2232eefd9eba9d98887d29f62b9aa90de /net/netmap/files/patch-belgolib::search.c
parent1. disable sending report and unforbid openwebmail (diff)
Make net/netmap building on -current again
PR: ports/46267 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org>
Notes
Notes: svn path=/head/; revision=71745
Diffstat (limited to 'net/netmap/files/patch-belgolib::search.c')
-rw-r--r--net/netmap/files/patch-belgolib::search.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/netmap/files/patch-belgolib::search.c b/net/netmap/files/patch-belgolib::search.c
new file mode 100644
index 000000000000..a70795fa237d
--- /dev/null
+++ b/net/netmap/files/patch-belgolib::search.c
@@ -0,0 +1,11 @@
+--- belgolib/search.c.orig Sun Dec 15 14:54:27 2002
++++ belgolib/search.c Sun Dec 15 14:54:27 2002
+@@ -5,7 +5,7 @@
+ // SearchPath members
+
+
+-void SearchPath::add_dir(const list<string>& dlist, int depth = 0)
++void SearchPath::add_dir(const list<string>& dlist, int depth)
+ {
+ for(CSiter diter = dlist.begin(); diter != dlist.end(); diter++)
+ add_dir( *diter, depth);