summarylogtreecommitdiffstats
path: root/sys_info.cpp.patch
diff options
context:
space:
mode:
authordrew.ferguson2022-04-04 21:08:15 +0200
committerdrew.ferguson2022-04-04 21:08:15 +0200
commit153f0ea43c601aa3e19a7411a49d795312a03fcf (patch)
treeba938e57da7d390bd97e9b17182e318f4bfd926e /sys_info.cpp.patch
parentdb842c4be5ba1c7d443338a640bceb1ed4a55dc8 (diff)
downloadaur-153f0ea43c601aa3e19a7411a49d795312a03fcf.tar.gz
new release for scidb r1153
Diffstat (limited to 'sys_info.cpp.patch')
-rw-r--r--sys_info.cpp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys_info.cpp.patch b/sys_info.cpp.patch
new file mode 100644
index 000000000000..e664041125d1
--- /dev/null
+++ b/sys_info.cpp.patch
@@ -0,0 +1,11 @@
+--- src/sys/sys_info.cpp 2022-04-03 15:18:40.964429789 +0200
++++ src/sys/sys_info.cpp.new 2022-04-03 14:32:24.271266099 +0200
+@@ -27,7 +27,7 @@
+ # include <stdlib.h>
+ # include <unistd.h>
+ # include <sys/types.h>
+-# include <sys/sysctl.h>
++// # include <sys/sysctl.h>
+
+ #ifdef __hpux
+ # include <sys/pstat.h>