summaryrefslogtreecommitdiff
path: root/sysutils/intel-pcm/files/patch-cpucounters-cpp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-01-21 04:31:17 +0000
committerWarner Losh <imp@FreeBSD.org>2015-01-21 04:31:17 +0000
commit9e5d37221b0c6915951ac9df098fda8be99ae943 (patch)
tree87fc3b5b9d6282d7fbf071e3b84cf30fe0296155 /sysutils/intel-pcm/files/patch-cpucounters-cpp
parent- Change MAINTAINER ro ruby@ (diff)
Update to 2.8.
Notes
Notes: svn path=/head/; revision=377572
Diffstat (limited to 'sysutils/intel-pcm/files/patch-cpucounters-cpp')
-rw-r--r--sysutils/intel-pcm/files/patch-cpucounters-cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/intel-pcm/files/patch-cpucounters-cpp b/sysutils/intel-pcm/files/patch-cpucounters-cpp
deleted file mode 100644
index e029cf2b4e5c..000000000000
--- a/sysutils/intel-pcm/files/patch-cpucounters-cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru cpucounters.cpp cpucounters.cpp
---- cpucounters.cpp 2013-11-04 05:43:31.000000000 -0700
-+++ cpucounters.cpp 2014-03-07 05:47:24.000000000 -0700
-@@ -681,7 +681,7 @@
- else
- apic_ids_per_core = 1;
-
-- for (i = 0; i < num_cores; i++)
-+ for (int i = 0; i < num_cores; i++)
- {
- char cpuctl_name[64];
- int apic_id;