Changes in uspace/app/bdsh/cmds/modules/mkfile/mkfile.c [200b03c9:1433ecda] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
r200b03c9 r1433ecda 27 27 */ 28 28 29 #include <abi/ipc/ipc.h>30 29 #include <errno.h> 31 30 #include <stdio.h> … … 49 48 50 49 /** Number of bytes to write at a time */ 51 #define BUFFER_SIZE DATA_XFER_LIMIT50 #define BUFFER_SIZE 16384 52 51 53 52 static const char *cmdname = "mkfile";
Note:
See TracChangeset
for help on using the changeset viewer.