Changeset 58196 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
- Timestamp:
- Oct 12, 2015 3:18:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
r58195 r58196 50 50 #define SFPROV_VERSION 1 51 51 52 static VB SFCLIENT vbox_client;52 static VBGLSFCLIENT vbox_client; 53 53 54 54 static int sfprov_vbox2errno(int rc) … … 312 312 struct sfp_file { 313 313 SHFLHANDLE handle; 314 VB SFMAP map; /*need this again for the close operation */314 VBGLSFMAP map; /**< need this again for the close operation */ 315 315 }; 316 316
Note:
See TracChangeset
for help on using the changeset viewer.