mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
create bsd12 branch
This commit is contained in:
11
arch/p7zip/files/patch-CPP_Windows_System.cpp
Normal file
11
arch/p7zip/files/patch-CPP_Windows_System.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
--- CPP/Windows/System.cpp.orig 2015-11-20 21:33:04 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;
|
||||
Reference in New Issue
Block a user