Changeset 53624 in vbox for trunk/src/VBox/Additions/solaris/SharedFolders
- Timestamp:
- Dec 31, 2014 2:59:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97393
- Location:
- trunk/src/VBox/Additions/solaris/SharedFolders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h
r51709 r53624 66 66 * sfprov_unmount() unmounts the mounted file system. It returns 0 on 67 67 * success and any relevant errno on failure. 68 * 68 * 69 69 * spf_mount_t is the representation of an active mount point. 70 70 */ -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c
r51729 r53624 240 240 } 241 241 242 static void 242 static void 243 243 sffs_print(sffs_data_t *sffs) 244 244 {
Note:
See TracChangeset
for help on using the changeset viewer.