VirtualBox

Changeset 9177 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 27, 2008 4:14:44 PM (17 years ago)
Author:
vboxsync
Message:

tabs

Location:
trunk/src/VBox/Additions/solaris/SharedFolders
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs.h

    r9175 r9177  
    1414#define ___VBoxVFS_Solaris_h
    1515
    16 #ifdef  __cplusplus
     16#ifdef __cplusplus
    1717extern "C" {
    1818#endif
     
    3131} vboxvfs_mountinfo_t;
    3232
    33 #ifdef  _KERNEL
     33#ifdef _KERNEL
    3434
    3535#include "../../common/VBoxGuestLib/VBoxCalls.h"
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs_vnops.c

    r9175 r9177  
    214214    VOPNAME_ADDMAP,      { .vop_addmap = VBoxVFS_Addmap },
    215215    VOPNAME_DELMAP,      { .vop_delmap = VBoxVFS_Delmap },
    216         VOPNAME_PATHCONF,        { .vop_pathconf = VBoxVFS_Pathconf },
     216    VOPNAME_PATHCONF,    { .vop_pathconf = VBoxVFS_Pathconf },
    217217    VOPNAME_SHRLOCK,     { .vop_shrlock = VBoxVFS_Shrlock },
    218218    NULL,                NULL
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