aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pfstat/files
diff options
context:
space:
mode:
authorSoeren Straarup <xride@FreeBSD.org>2009-02-22 22:12:35 +0000
committerSoeren Straarup <xride@FreeBSD.org>2009-02-22 22:12:35 +0000
commitcc3a197ac51b0a975dedb3c9f1c5773b6c4a804f (patch)
treed08327da41857c13b317083980f6253b3dab4174 /sysutils/pfstat/files
parent807301519660c9e4c416d0c5d0a9bb0844adc0e4 (diff)
downloadports-cc3a197ac51b0a975dedb3c9f1c5773b6c4a804f.tar.gz
ports-cc3a197ac51b0a975dedb3c9f1c5773b6c4a804f.zip
Notes
Diffstat (limited to 'sysutils/pfstat/files')
-rw-r--r--sysutils/pfstat/files/patch-pf.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/pfstat/files/patch-pf.c b/sysutils/pfstat/files/patch-pf.c
deleted file mode 100644
index 54ca88490d52..000000000000
--- a/sysutils/pfstat/files/patch-pf.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- pf.c.orig Thu May 11 23:41:07 2006
-+++ pf.c Mon Dec 11 21:08:31 2006
-@@ -67,10 +67,8 @@
-
- /* first, find out how many queues there are */
- memset(&pa, 0, sizeof(pa));
-- if (ioctl(fd, DIOCGETALTQS, &pa)) {
-- fprintf(stderr, "ioctl: DIOCGETALTQS: %s\n", strerror(errno));
-- return (1);
-- }
-+ if (ioctl(fd, DIOCGETALTQS, &pa))
-+ return (0);
- mnr = pa.nr;
-
- /* fetch each of those queues */