Changeset 9673 in vbox for trunk/src/VBox
- Timestamp:
- Jun 13, 2008 8:02:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs_vfsops.c
r9672 r9673 497 497 static int VBoxVFS_Statfs(register vfs_t *pVFS, struct statvfs64 *pStat) 498 498 { 499 SHFLVOLINFO VolumeInfo; 499 SHFLVOLINFO VolumeInfo; 500 500 uint32_t cbBuffer; 501 501 vboxvfs_globinfo_t *pVBoxVFSGlobalInfo; … … 521 521 pStat->f_files = 1000; 522 522 pStat->f_ffree = 1000; /* don't return 0 here since the guest may think that it is not possible to create any more files */ 523 pStat->f_namemax = 255; 523 pStat->f_namemax = 255; /* @todo is this correct?? */ 524 524 525 525 strlcpy(pStat->f_basetype, vfssw[pVFS->vfs_fstype].vsw_name, sizeof(pStat->f_basetype));
Note:
See TracChangeset
for help on using the changeset viewer.