The source project of this merge request has been removed.
ntdll: Fix build on systems without ENODATA
1 unresolved thread
1 unresolved thread
On FreeBSD 12 and 14 ENODATA is not regularly defined. Cater to that in fd_get_file_info() and get_file_info().
Merge request reports
Activity
Marvin replied on the mailing list:
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=125106 Your paranoid android. === debian11 (32 bit report) === ddraw: ddraw7.c:15663: Test failed: Expected unsynchronised map for flags 0x1000. ddraw7.c:15663: Test failed: Expected unsynchronised map for flags 0x3000. === debian11 (build log) === Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24735. Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24735. Use of uninitialized value $Flaky in addition (+) at /home/testbot/lib/WineTestBot/LogUtils.pm line 720, <$LogFile> line 24735.
added 18 commits
-
2bdbfb58...6c161f33 - 17 commits from branch
wine:master
- ac8fd423 - ntdll: Fix build on systems without ENODATA
-
2bdbfb58...6c161f33 - 17 commits from branch
added 40 commits
-
ac8fd423...9ea45b5a - 39 commits from branch
wine:master
- d7541508 - ntdll: Fix build on systems without ENODATA.
-
ac8fd423...9ea45b5a - 39 commits from branch
Please register or sign in to reply