Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/mkfile/mkfile.c

    r19f857a r336d2faa  
    3838#include <getopt.h>
    3939#include <stdarg.h>
    40 #include <str.h>
     40#include <string.h>
    4141#include <ctype.h>
    4242
     
    5151#define BUFFER_SIZE 16384
    5252
    53 static const char *cmdname = "mkfile";
     53static char *cmdname = "mkfile";
    5454
    5555static struct option const long_options[] = {
Note: See TracChangeset for help on using the changeset viewer.