Changeset db9a8464 in mainline for uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
- Timestamp:
- 2025-08-18T17:32:45Z (7 weeks ago)
- Parents:
- 113fb4f (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-08-18 17:32:45)
- git-committer:
- GitHub <noreply@…> (2025-08-18 17:32:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
r113fb4f rdb9a8464 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.