VirtualBox

Changeset 39272 in vbox


Ignore:
Timestamp:
Nov 11, 2011 1:22:37 PM (13 years ago)
Author:
vboxsync
Message:

Additions/solaris/SharedFolders: spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c

    r39270 r39272  
    24882488        Log(("0x%p", node));
    24892489        Log((" type=%s (%d)",
    2490             node->sf_type == VDIR ? "VDIR" :
    2491             node->sf_type == VNON ? "VNON" :
     2490                node->sf_type == VDIR ? "VDIR" :
     2491                node->sf_type == VNON ? "VNON" :
    24922492                node->sf_type == VLNK ? "VLNK" :
    2493             node->sf_type == VREG ? "VREG" : "other", node->sf_type));
     2493                node->sf_type == VREG ? "VREG" : "other", node->sf_type));
    24942494        Log((" ino=%d", (uint_t)node->sf_ino));
    24952495        Log((" path=%s", node->sf_path));
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