Changeset 58196 in vbox for trunk/src/VBox/Additions/freebsd/vboxvfs
- Timestamp:
- Oct 12, 2015 3:18:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103310
- Location:
- trunk/src/VBox/Additions/freebsd/vboxvfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h
r31012 r58196 54 54 /* structs - stolen from the linux shared module code */ 55 55 struct sf_glob_info { 56 VB SFMAP map;56 VBGLSFMAP map; 57 57 /* struct nls_table *nls;*/ 58 58 int ttl; -
trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c
r58195 r58196 40 40 41 41 /* global connection to the host service. */ 42 static VB SFCLIENT g_vboxSFClient;42 static VBGLSFCLIENT g_vboxSFClient; 43 43 44 44 static vfs_init_t vboxvfs_init;
Note:
See TracChangeset
for help on using the changeset viewer.