netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=25db2507329de2718f49682afc8be8307026b97a
commit 25db2507329de2718f49682afc8be8307026b97a Author: Alastair Poole <nets...@gmail.com> Date: Sat Sep 12 14:56:35 2020 +0100 openbsd: Add comment in case of urge to change. Still to figure out wtf is going on here.... --- src/bin/ui/ui.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ui/ui.c b/src/bin/ui/ui.c index aff7ae5..30ecee7 100644 --- a/src/bin/ui/ui.c +++ b/src/bin/ui/ui.c @@ -11,6 +11,8 @@ #include <sys/resource.h> #include <pwd.h> +// These should be static. Please do not change. +// OpenBSD has issues which are undetermined yet. Ui *_ui; Evisum_Config *_evisum_config; static Eina_Lock _lock; --