Index: /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp
===================================================================
--- /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp	(revision 76894)
+++ /trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp	(revision 76895)
@@ -108,5 +108,5 @@
                 {
                     rc = RTErrConvertFromErrno(rc);
-                    fVerifyIsDir = false;  /* We'll check if it's a dir ourselves since we're going to stat() anyway. */
+                    /*fVerifyIsDir = false;   We'll check if it's a dir ourselves since we're going to stat() anyway. */
                     struct stat st;
                     if (!stat(pszNativePath, &st))
@@ -125,5 +125,5 @@
 #if 0 /* Windows returns VERR_ALREADY_EXISTS, so why bother with this. */
                 if (   rc == VERR_ALREADY_EXISTS
-                    && fVerifyIsDir == true)
+                    /*&& fVerifyIsDir == true*/)
                 {
                     /*
