Changeset 21784 in vbox
- Timestamp:
- Jul 24, 2009 11:58:07 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.h
r21753 r21784 1082 1082 /** @} */ 1083 1083 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 1084 1090 /* SED-END */ 1085 1091 -
trunk/src/VBox/Runtime/Makefile.kmk
r21745 r21784 234 234 common/misc/zip.cpp \ 235 235 common/misc/term.cpp \ 236 common/misc/tar.cpp \ 236 237 common/path/rtPathVolumeSpecLen.cpp \ 237 238 common/path/RTPathAbsDup.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.