This commit fixes a regression introduced by 95f94568158caaf4fefe2e14f21bb3f0701577c9.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47706 Signed-off-by: Masanori Kakura kakurasan@gmail.com --- dlls/ntdll/nt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c index 12f1ab58ab..5169f89a75 100644 --- a/dlls/ntdll/nt.c +++ b/dlls/ntdll/nt.c @@ -2314,7 +2314,7 @@ NTSTATUS WINAPI NtQuerySystemInformation(
if ((fp = fopen("/proc/meminfo", "r"))) { - ULONG64 totalram, freeram, totalswap, freeswap; + unsigned long long totalram, freeram, totalswap, freeswap; char line[64]; while (fgets(line, sizeof(line), fp)) {
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=56078
Your paranoid android.
=== debian10 (build log) ===
error: patch failed: dlls/ntdll/nt.c:2314 Task: Patch failed to apply
=== debian10 (build log) ===
error: patch failed: dlls/ntdll/nt.c:2314 Task: Patch failed to apply