aboutsummaryrefslogtreecommitdiff
path: root/net/daq
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2011-09-08 14:40:44 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2011-09-08 14:40:44 +0000
commit56e79f5dffb94cc6dc2dcb502788a4daed4b72d3 (patch)
treeb0941b42f9aecdf492bd620ebe02e3a31f6a5b81 /net/daq
parentf1c9872d44d0d0bc00f845f39e1468c3784bacf3 (diff)
downloadports-56e79f5dffb94cc6dc2dcb502788a4daed4b72d3.tar.gz
ports-56e79f5dffb94cc6dc2dcb502788a4daed4b72d3.zip
Notes
Diffstat (limited to 'net/daq')
-rw-r--r--net/daq/files/patch-daq_pcap.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/daq/files/patch-daq_pcap.c b/net/daq/files/patch-daq_pcap.c
deleted file mode 100644
index 58e3f3d052ae..000000000000
--- a/net/daq/files/patch-daq_pcap.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- os-daq-modules/daq_pcap.c.orig 2011-01-30 15:28:19.000000000 -0500
-+++ os-daq-modules/daq_pcap.c 2011-01-30 15:27:19.000000000 -0500
-@@ -216,7 +216,7 @@ static int pcap_daq_initialize(const DAQ
- for (entry = config->values; entry; entry = entry->next)
- {
- if (!strcmp(entry->key, "buffer_size"))
-- context->buffer_size = strtol(entry->key, NULL, 10);
-+ context->buffer_size = strtol(entry->value, NULL, 10);
- }
- /* Try to account for legacy PCAP_FRAMES environment variable if we weren't passed a buffer size. */
- if (context->buffer_size == 0)