Ignore:
Timestamp:
2008-09-14T17:33:47Z (17 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbe405c
Parents:
e13fb10
Message:

Add skeletal sleep and cp commands (not yet working)

File:
1 edited

Legend:

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

    re13fb10 r39463ff  
    2626#include "ls/entry.h"
    2727#include "pwd/entry.h"
     28#include "sleep/entry.h"
     29#include "cp/entry.h"
    2830
    2931/* Each .def function fills the module_t struct with the individual name, entry
     
    4042#include "ls/ls_def.h"
    4143#include "pwd/pwd_def.h"
     44#include "sleep/sleep_def.h"
     45#include "cp/cp_def.h"
    4246        {NULL, NULL, NULL, NULL}
    4347};
Note: See TracChangeset for help on using the changeset viewer.