Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block/file-posix: Remove a deprecation warning on macOS 12
When building on macOS 12 we get: block/file-posix.c:3335:18: warning: 'IOMasterPort' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations] kernResult = IOMasterPort( MACH_PORT_NULL, &masterPort ); ^~~~~~~~~~~~ IOMainPort Replace by IOMainPort, redefining it to IOMasterPort if not available. Suggested-by: Akihiko Odaki <[email protected]> Reviewed-by: Christian Schoenebeck <[email protected]> Reviewed by: Cameron Esfahani <[email protected]> Reviewed-by: Akihiko Odaki <[email protected]> Tested-by: Akihiko Odaki <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
- Loading branch information