Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3374 → Rev 3375

/trunk/uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
49,7 → 49,7
 
static char *cmdname = "mkdir";
 
static struct option long_options[] = {
static struct option const long_options[] = {
{"parents", no_argument, 0, 'p'},
{"verbose", no_argument, 0, 'v'},
{"mode", required_argument, 0, 'm'},