Ignore:
Timestamp:
2008-08-28T10:54:43Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b256b0b
Parents:
88944695
Message:

Rename non-standard extensions (cmd.def → cmd_def.h)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/modules.h

    r88944695 ra56f4b2  
    3232
    3333module_t modules[] = {
    34 #include "help/help.def"
    35 #include "quit/quit.def"
    36 #include "mkdir/mkdir.def"
    37 #include "rm/rm.def"
    38 #include "cat/cat.def"
    39 #include "touch/touch.def"
    40 #include "ls/ls.def"
    41 #include "pwd/pwd.def"
     34#include "help/help_def.h"
     35#include "quit/quit_def.h"
     36#include "mkdir/mkdir_def.h"
     37#include "rm/rm_def.h"
     38#include "cat/cat_def.h"
     39#include "touch/touch_def.h"
     40#include "ls/ls_def.h"
     41#include "pwd/pwd_def.h"
    4242        {NULL, NULL, NULL, NULL}
    4343};
Note: See TracChangeset for help on using the changeset viewer.