$OpenBSD: patch-sal_osl_unx_uunxapi_cxx,v 1.2 2020/02/05 19:58:10 robert Exp $

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