VirtualBox

Changeset 21784 in vbox


Ignore:
Timestamp:
Jul 24, 2009 11:58:07 AM (16 years ago)
Author:
vboxsync
Message:

Runtime: Implemented tar archive I/O.

Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r21753 r21784  
    10821082/** @} */
    10831083
     1084/** @name RTTar status codes
     1085 * @{ */
     1086/** The checksum of a tar header record doesn't match */
     1087#define VERR_TAR_CHKSUM_MISMATCH                (-925)
     1088/** @} */
     1089
    10841090/* SED-END */
    10851091
  • trunk/src/VBox/Runtime/Makefile.kmk

    r21745 r21784  
    234234        common/misc/zip.cpp \
    235235        common/misc/term.cpp \
     236        common/misc/tar.cpp \
    236237        common/path/rtPathVolumeSpecLen.cpp \
    237238        common/path/RTPathAbsDup.cpp \
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