Changeset cf8555fa in mainline


Ignore:
Timestamp:
2025-08-18T17:32:45Z (7 weeks ago)
Author:
GitHub <noreply@…>
Parents:
113fb4f (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-08-18 17:32:45)
git-committer:
GitHub <noreply@…> (2025-08-18 17:32:45)
Message:

Merge f50b07e0266c48c96b64a857eb5a663b4a28baf6 into 113fb4f7d41823fcc1ee75be3d89b3ccb0cb247e

File:
1 edited

Legend:

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

    r113fb4f rcf8555fa  
    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.