summaryrefslogtreecommitdiff
path: root/archivers/p7zip/files/patch-CPP-Windows-System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/p7zip/files/patch-CPP-Windows-System.cpp')
-rw-r--r--archivers/p7zip/files/patch-CPP-Windows-System.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/archivers/p7zip/files/patch-CPP-Windows-System.cpp b/archivers/p7zip/files/patch-CPP-Windows-System.cpp
deleted file mode 100644
index 467aceaccba2..000000000000
--- a/archivers/p7zip/files/patch-CPP-Windows-System.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- CPP/Windows/System.cpp.orig 2015-09-26 08:47:01 UTC
-+++ CPP/Windows/System.cpp
-@@ -44,7 +44,7 @@ namespace NWindows
- #elif defined (__FreeBSD__) || defined (__FreeBSD_kernel__)
- UInt32 GetNumberOfProcessors() {
- int nbcpu = 1;
-- size_t value;
-+ int value;
- size_t len = sizeof(value);
- if (sysctlbyname("hw.ncpu", &value, &len, NULL, 0) == 0)
- nbcpu = value;