$OpenBSD: patch-sal_osl_unx_uunxapi_cxx,v 1.3 2021/09/02 11:11:58 robert Exp $

Index: sal/osl/unx/uunxapi.cxx
--- sal/osl/unx/uunxapi.cxx.orig
+++ sal/osl/unx/uunxapi.cxx
@@ -635,8 +635,10 @@ std::string UnixErrnoString(int nErrno)
 #endif
         case EPROTO:
             return "EPROTO";
+#ifdef EMULTIHOP
         case EMULTIHOP:
             return "EMULTIHOP";
+#endif
 #ifdef EDOTDOT
         case EDOTDOT:
             return "EDOTDOT";
