diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-09-08 22:40:44 +0800 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-09-08 22:40:44 +0800 |
commit | 56e79f5dffb94cc6dc2dcb502788a4daed4b72d3 (patch) | |
tree | b0941b42f9aecdf492bd620ebe02e3a31f6a5b81 /net | |
parent | f1c9872d44d0d0bc00f845f39e1468c3784bacf3 (diff) | |
download | freebsd-ports-gnome-56e79f5dffb94cc6dc2dcb502788a4daed4b72d3.tar.gz freebsd-ports-gnome-56e79f5dffb94cc6dc2dcb502788a4daed4b72d3.tar.zst freebsd-ports-gnome-56e79f5dffb94cc6dc2dcb502788a4daed4b72d3.zip |
Remove unneeded patch file files/patch-daq_pcap.c
Approved by: wxs (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/daq/files/patch-daq_pcap.c | 11 |
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) |