Changeset 200b03c9 in mainline


Ignore:
Timestamp:
2025-05-15T19:31:03Z (3 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
7bf4381
Parents:
61f28c4
Message:

mkfile: use DATA_XFER_LIMIT

File:
1 edited

Legend:

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

    r61f28c4 r200b03c9  
    2727 */
    2828
     29#include <abi/ipc/ipc.h>
    2930#include <errno.h>
    3031#include <stdio.h>
     
    4849
    4950/** Number of bytes to write at a time */
    50 #define BUFFER_SIZE 16384
     51#define BUFFER_SIZE DATA_XFER_LIMIT
    5152
    5253static const char *cmdname = "mkfile";
Note: See TracChangeset for help on using the changeset viewer.