Ignore:
File:
1 edited

Legend:

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

    r19f857a r3bf907a  
    3838#include <getopt.h>
    3939#include <stdarg.h>
    40 #include <str.h>
     40#include <string.h>
    4141
    4242#include "config.h"
     
    4949#define MKDIR_VERSION "0.0.1"
    5050
    51 static const char *cmdname = "mkdir";
     51static char *cmdname = "mkdir";
    5252
    5353static struct option const long_options[] = {
Note: See TracChangeset for help on using the changeset viewer.