Changes in / [6808120d:61f28c4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/cp/cp.c
r6808120d r61f28c4 27 27 */ 28 28 29 #include <abi/ipc/ipc.h> /* DATA_XFER_LIMIT */30 29 #include <errno.h> 31 30 #include <str_error.h> … … 46 45 47 46 #define CP_VERSION "0.0.1" 48 #define CP_DEFAULT_BUFLEN DATA_XFER_LIMIT47 #define CP_DEFAULT_BUFLEN 1024 49 48 50 49 static const char *cmdname = "cp";
Note:
See TracChangeset
for help on using the changeset viewer.