aboutsummaryrefslogtreecommitdiffstats
path: root/net/daq
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2011-09-08 22:40:44 +0800
committerzi <zi@FreeBSD.org>2011-09-08 22:40:44 +0800
commit62db6f822e7b1f20e3164157501cc62cb6e849fa (patch)
tree7ed9e269ecba9f5a979db250284404c32beaf687 /net/daq
parent60bb998e6208a25f277c1ff9ea51d88ee276b194 (diff)
downloadfreebsd-ports-gnome-62db6f822e7b1f20e3164157501cc62cb6e849fa.tar.gz
freebsd-ports-gnome-62db6f822e7b1f20e3164157501cc62cb6e849fa.tar.zst
freebsd-ports-gnome-62db6f822e7b1f20e3164157501cc62cb6e849fa.zip
Remove unneeded patch file files/patch-daq_pcap.c
Approved by: wxs (mentor)
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)