Changeset 99775 in vbox for trunk/src/VBox/Runtime/tools
- Timestamp:
- May 12, 2023 12:21:58 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157370
- Location:
- trunk/src/VBox/Runtime/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTCat.cpp
r98103 r99775 164 164 * reordered, so the memory must be writable.) 165 165 */ 166 RTEXITCODE RTCmdCat(unsigned cArgs, char **papszArgs)166 static RTEXITCODE RTCmdCat(unsigned cArgs, char **papszArgs) 167 167 { 168 168 -
trunk/src/VBox/Runtime/tools/RTCp.cpp
r98103 r99775 224 224 * reordered, so the memory must be writable.) 225 225 */ 226 RTEXITCODE RTCmdCp(unsigned cArgs, char **papszArgs)226 static RTEXITCODE RTCmdCp(unsigned cArgs, char **papszArgs) 227 227 { 228 228
Note:
See TracChangeset
for help on using the changeset viewer.