ntdll: Fix build on systems without ENODATA.
commitd7541508936b9ed776e8a39a0bc2a4cc875514d3
authorGerald Pfeifer <gerald@pfeifer.com>
Tue, 18 Oct 2022 21:41:49 +0000 (18 23:41 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Oct 2022 19:15:55 +0000 (19 21:15 +0200)
tree779c11d2fcbc2948d8ba92e41c754642f0ca9ba8
parent9ea45b5a2e26ff64b94a52eb862b2838a13cdc42
ntdll: Fix build on systems without ENODATA.

On FreeBSD 12 and 14 ENODATA is not regularly defined. Cater to that
in fd_get_file_info() and get_file_info().
dlls/ntdll/unix/file.c