VirtualBox

Changeset 36342 in vbox


Ignore:
Timestamp:
Mar 22, 2011 1:28:35 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70677
Message:

VBoxUSB/solaris: Fix misleading variable names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/usblib-solaris.h

    r31911 r36342  
    102102    int            Instance;
    103103    /* Where to store the client path. */
    104     char           achClientPath[MAXPATHLEN];
     104    char           szClientPath[MAXPATHLEN];
    105105    /** Device identifier (VendorId:ProductId:Release:StaticPath) */
    106     char           achDeviceIdent[MAXPATHLEN+48];
     106    char           szDeviceIdent[MAXPATHLEN+48];
    107107} VBOXUSBREQ_CLIENT_INFO, *PVBOXUSBREQ_CLIENT_INFO;
    108108typedef VBOXUSBREQ_CLIENT_INFO VBOXUSB_CLIENT_INFO;
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