VirtualBox

Changeset 9355 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Jun 3, 2008 3:32:05 PM (17 years ago)
Author:
vboxsync
Message:

d_name can be defined as <= MAX_PATH (solaris does this). Clearified some of the RTDIR allocation code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dir.h

    r8245 r9355  
    101101    /** What opendir() returned. */
    102102    DIR                *pDir;
     103    /** The max size of the d_name member.
     104     * This includes the 0 terminator of course.*/
     105    size_t              cbMaxName;
    103106    /** Find data buffer.
    104107     * fDataUnread indicates valid data. */
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