Changeset d1ef5efe in mainline
- Timestamp:
- 2025-12-25T13:16:57Z (2 days ago)
- Parents:
- 81805e0 (diff), aa0bfe3 (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-12-25 13:16:57)
- git-committer:
- GitHub <noreply@…> (2025-12-25 13:16:57)
- File:
-
- 1 edited
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
r81805e0 rd1ef5efe 48 48 49 49 /** Number of bytes to write at a time */ 50 #define BUFFER_SIZE 1638450 #define BUFFER_SIZE (1024 * 64) 51 51 52 52 static const char *cmdname = "mkfile";
Note:
See TracChangeset
for help on using the changeset viewer.
