Changes in uspace/app/bdsh/cmds/modules/mkfile/mkfile.c [19f857a:336d2faa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
r19f857a r336d2faa 38 38 #include <getopt.h> 39 39 #include <stdarg.h> 40 #include <str .h>40 #include <string.h> 41 41 #include <ctype.h> 42 42 … … 51 51 #define BUFFER_SIZE 16384 52 52 53 static c onst char *cmdname = "mkfile";53 static char *cmdname = "mkfile"; 54 54 55 55 static struct option const long_options[] = {
Note:
See TracChangeset
for help on using the changeset viewer.