Changeset 200b03c9 in mainline
- Timestamp:
- 2025-05-15T19:31:03Z (3 days ago)
- Children:
- 7bf4381
- Parents:
- 61f28c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
r61f28c4 r200b03c9 27 27 */ 28 28 29 #include <abi/ipc/ipc.h> 29 30 #include <errno.h> 30 31 #include <stdio.h> … … 48 49 49 50 /** Number of bytes to write at a time */ 50 #define BUFFER_SIZE 1638451 #define BUFFER_SIZE DATA_XFER_LIMIT 51 52 52 53 static const char *cmdname = "mkfile";
Note:
See TracChangeset
for help on using the changeset viewer.