VirtualBox

Ignore:
Timestamp:
Aug 1, 2016 7:01:56 AM (8 years ago)
Author:
vboxsync
Message:

vbsf.cpp: incorrected RT_OS_SOLARIS check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp

    r62489 r62788  
    452452            {
    453453                LogRel(("SharedFolders host service: Cannot open '%s' -- too many open files.\n", pszPath));
    454 #if defined RT_OS_LINUX || RT_OS_SOLARIS
     454#if defined RT_OS_LINUX || defined(RT_OS_SOLARIS)
    455455                if (cErrors < 1)
    456456                    LogRel(("SharedFolders host service: Try to increase the limit for open files (ulimit -n)\n"));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette