Changeset f50b07e in mainline


Ignore:
Timestamp:
2025-05-17T14:12:23Z (38 hours ago)
Author:
Miroslav Cimerman <mc@…>
Children:
6808120d
Parents:
61f28c4
Message:

cp: use DATA_XFER_LIMIT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/cp/cp.c

    r61f28c4 rf50b07e  
    2727 */
    2828
     29#include <abi/ipc/ipc.h> /* DATA_XFER_LIMIT */
    2930#include <errno.h>
    3031#include <str_error.h>
     
    4546
    4647#define CP_VERSION "0.0.1"
    47 #define CP_DEFAULT_BUFLEN  1024
     48#define CP_DEFAULT_BUFLEN  DATA_XFER_LIMIT
    4849
    4950static const char *cmdname = "cp";
Note: See TracChangeset for help on using the changeset viewer.