summaryrefslogtreecommitdiff
path: root/net/netmap/files/patch-belgolib::search.c
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::search.c
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::search.c')
-rw-r--r--net/netmap/files/patch-belgolib::search.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/netmap/files/patch-belgolib::search.c b/net/netmap/files/patch-belgolib::search.c
deleted file mode 100644
index a70795fa237d..000000000000
--- a/net/netmap/files/patch-belgolib::search.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);