VirtualBox

Changeset 10312 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 7, 2008 11:35:35 AM (17 years ago)
Author:
vboxsync
Message:

Solaris vboxvfs bits.

Location:
trunk/src/VBox/Additions/solaris/SharedFolders
Files:
2 edited

Legend:

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

    r10307 r10312  
    7070    char *pszSpecial   = NULL;
    7171    char *pszMount     = NULL;
    72     char *pszOptBufCpy = NULL;
    7372    char  achType[MAXFIDSZ];
    7473    int   c = '?';
     
    144143    pszMount = argv[argc - 1];
    145144
    146 #if 0
    147     pszOptBufCpy = strdup(g_achOptBuf);
    148     if (!pszOptBufCpy)
    149     {
    150         fprintf(stderr, "%s: out of memory.\n", pszName);
    151         return g_RetMagic;
    152     }
    153 #endif
    154 
    155145    rc = mount(pszSpecial, pszMount, mntFlags | MS_OPTIONSTR, DEVICE_NAME, NULL, 0, g_achOptBuf, MAX_MNTOPT_STR);
    156146    if (rc)
     
    158148        fprintf(stderr, "mount:");
    159149        perror(pszSpecial);
    160         free(pszOptBufCpy);
    161150        return g_RetErr;
    162151    }
  • trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs_vfsops.c

    r10307 r10312  
    7272{
    7373    /* Option Name           Cancel Opt.     Default Arg       Flags           Data */
    74     { MNTOPT_VBOXVFS_UID,    NULL,           "0",             MO_DEFAULT | MO_HASVALUE,    NULL },
    75     { MNTOPT_VBOXVFS_GID,    NULL,           "0",             MO_DEFAULT | MO_HASVALUE,    NULL }
     74    { MNTOPT_VBOXVFS_UID,    NULL,           "0",              MO_HASVALUE,    NULL },
     75    { MNTOPT_VBOXVFS_GID,    NULL,           "0",              MO_HASVALUE,    NULL }
    7676};
    7777
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