From 32877ae9947e07b288403d7030824de6a567d6b6 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 1 Mar 2024 19:33:49 +0000 Subject: [PATCH] fix FileAccessUnix on OpenBSD: there is no UF_HIDDEN Part of the joint effort with @rfht to port Godot 4 on OpenBSD. --- drivers/unix/file_access_unix.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/unix/file_access_unix.cpp b/drivers/unix/file_access_unix.cpp index d1e4d207e72f..a35d8bfddec7 100644 --- a/drivers/unix/file_access_unix.cpp +++ b/drivers/unix/file_access_unix.cpp @@ -395,7 +395,7 @@ Error FileAccessUnix::_set_unix_permissions(const String &p_file, BitField