From 14eed79a218aa6778276bed6f4d411ebbd86d538 Mon Sep 17 00:00:00 2001 From: Colin Davidson Date: Wed, 1 Mar 2023 08:33:48 -0800 Subject: [PATCH] make baby pandas (and Jeroen) happy --- core/os/os_darwin.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/os/os_darwin.odin b/core/os/os_darwin.odin index 8066a4a90..ef85909c0 100644 --- a/core/os/os_darwin.odin +++ b/core/os/os_darwin.odin @@ -67,7 +67,7 @@ ENOPROTOOPT: Errno : 42 /* Protocol not available */ EPROTONOSUPPORT: Errno : 43 /* Protocol not supported */ ESOCKTNOSUPPORT: Errno : 44 /* Socket type not supported */ ENOTSUP: Errno : 45 /* Operation not supported */ -EOPNOTSUPP:: ENOTSUP +EOPNOTSUPP:: ENOTSUP EPFNOSUPPORT: Errno : 46 /* Protocol family not supported */ EAFNOSUPPORT: Errno : 47 /* Address family not supported by protocol family */ EADDRINUSE: Errno : 48 /* Address already in use */