VirtualBox

Changeset 9673 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 13, 2008 8:02:32 AM (17 years ago)
Author:
vboxsync
Message:

Spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs_vfsops.c

    r9672 r9673  
    497497static int VBoxVFS_Statfs(register vfs_t *pVFS, struct statvfs64 *pStat)
    498498{
    499     SHFLVOLINFO         VolumeInfo;   
     499    SHFLVOLINFO         VolumeInfo;
    500500    uint32_t            cbBuffer;
    501501    vboxvfs_globinfo_t *pVBoxVFSGlobalInfo;
     
    521521    pStat->f_files       = 1000;
    522522    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;   /* @todo is this correct?? */
     523    pStat->f_namemax     = 255;  /* @todo is this correct?? */
    524524
    525525    strlcpy(pStat->f_basetype, vfssw[pVFS->vfs_fstype].vsw_name, sizeof(pStat->f_basetype));
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