Skip to content
Snippets Groups Projects

ntdll: Fix build on systems without ENODATA

Merged Gerald Pfeifer requested to merge (removed):ntdll-ENODATA into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
    • Contributor

      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.
  • Gerald Pfeifer added 18 commits

    added 18 commits

    Compare with previous version

  • Is ENOATTR defined?

  • added 40 commits

    Compare with previous version

  • Alexandre Julliard approved this merge request

    approved this merge request

Please register or sign in to reply
Loading