- Timestamp:
- Jan 15, 2013 4:20:58 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83217
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r44287 r44300 2682 2682 SDK_VBOX_ZLIB_LIBS ?= z 2683 2683 SDK_VBOX_ZLIB_DEFS.linux ?= _LARGEFILE64_SOURCE 2684 endif 2685 2686 SDK_VBOX_ZLIB_STATIC = . 2687 SDK_VBOX_ZLIB_STATIC_EXTENDS ?= VBOX_ZLIB 2688 if1of ($(KBUILD_TARGET), os2 win) # Not required on solaris. 2689 SDK_VBOX_ZLIB_STATIC_LIBS ?= $(PATH_STAGE_LIB)/VBox-zlib-static$(VBOX_SUFF_LIB) 2684 2690 endif 2685 2691 -
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r44299 r44300 645 645 #endif 646 646 647 #if !defined(RT_OS_WINDOWS) /** @todo implement RTPathSetMode on windows... */ 647 648 if (!RTFS_IS_SYMLINK(UnixInfo.Attr.fMode)) /* RTPathSetMode follows symbolic links atm. */ 648 649 { … … 656 657 rcExit = RTMsgErrorExit(RTEXITCODE_FAILURE, "%s: Error changing mode: %Rrc", szDst, rc); 657 658 } 659 #endif 658 660 659 661 return rcExit;
Note:
See TracChangeset
for help on using the changeset viewer.