Index: head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_common_err_RTErrConvertFromErrno.cpp =================================================================== --- head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_common_err_RTErrConvertFromErrno.cpp (nonexistent) +++ head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_common_err_RTErrConvertFromErrno.cpp (revision 459385) @@ -0,0 +1,11 @@ +--- src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp.orig 2018-01-15 14:56:07 UTC ++++ src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp +@@ -302,7 +302,7 @@ RTDECL(int) RTErrConvertFromErrno(unsigned uNativeCod + case EILSEQ: return VERR_NO_TRANSLATION; + #endif + #ifdef ERESTART +- case ERESTART: return VERR_INTERRUPTED;/** @todo fix duplicate error?*/ ++ case (unsigned)ERESTART: return VERR_INTERRUPTED;/** @todo fix duplicate error?*/ + #endif + #ifdef ESTRPIPE + //case ESTRPIPE 86 /* Streams pipe error */ Property changes on: head/emulators/virtualbox-ose/files/patch-src_VBox_Runtime_common_err_RTErrConvertFromErrno.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property