Changeset fd8630f in mainline
- Timestamp:
- 2025-06-27T16:18:16Z (3 weeks ago)
- Parents:
- 5caad1d (diff), f50b07e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Miroslav Cimerman <70661600+mcimerman@…> (2025-06-27 16:18:16)
- git-committer:
- GitHub <noreply@…> (2025-06-27 16:18:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cp/cp.c
r5caad1d rfd8630f 27 27 */ 28 28 29 #include <abi/ipc/ipc.h> /* DATA_XFER_LIMIT */ 29 30 #include <errno.h> 30 31 #include <str_error.h> … … 45 46 46 47 #define CP_VERSION "0.0.1" 47 #define CP_DEFAULT_BUFLEN 102448 #define CP_DEFAULT_BUFLEN DATA_XFER_LIMIT 48 49 49 50 static const char *cmdname = "cp";
Note:
See TracChangeset
for help on using the changeset viewer.