Changeset 3a9d3a5 in mainline


Ignore:
Timestamp:
2025-06-27T16:18:16Z (3 weeks ago)
Author:
GitHub <noreply@…>
Parents:
5caad1d (diff), 200b03c9 (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)
Message:

Merge 200b03c91968b670295f66f28b43d1aa986d6d28 into 5caad1d4a9774280b120ed9f9da51f4bb6f1f4bf

File:
1 edited

Legend:

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

    r5caad1d r3a9d3a5  
    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.