summaryrefslogtreecommitdiff
path: root/net/netmap/files/patch-netmap::netmap.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-netmap::netmap.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 '')
-rw-r--r--net/netmap/files/patch-netmap::netmap.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/netmap/files/patch-netmap::netmap.c b/net/netmap/files/patch-netmap::netmap.c
deleted file mode 100644
index 9cb6b449815f..000000000000
--- a/net/netmap/files/patch-netmap::netmap.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- netmap/netmap.c.orig Sun Dec 15 14:54:26 2002
-+++ netmap/netmap.c Sun Dec 15 14:54:26 2002
-@@ -32,7 +32,7 @@
-
- int count_invalid_hosts(const string& fname)
- {
-- Infile inf(fname, ios::bin | ios::in);
-+ Infile inf(fname, ios::binary | ios::in);
-
- int invalid_hosts = 0;
- int invalid_left = 0;
-@@ -60,7 +60,7 @@
- const int num_invalid_hosts =
- (keep_reading?count_invalid_hosts(fname):0);
-
-- Infile inf(fname, ios::bin | ios::in);
-+ Infile inf(fname, ios::binary | ios::in);
-
- int mark_first = 1;
- string prev_addr = inv_ip;