VirtualBox

Ignore:
Timestamp:
Jul 13, 2009 10:04:16 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50035
Message:

mount.vboxsf.c: todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c

    r16099 r21560  
    257257                    break;
    258258                case HOUID:
     259                    /** @todo convert string to id. */
    259260                    opts->uid = safe_atoi (val, val_len, 10);
    260261                    break;
    261262                case HOGID:
     263                    /** @todo convert string to id. */
    262264                    opts->gid = safe_atoi (val, val_len, 10);
    263265                    break;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette