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

pwd should be a module, not a builtin

File:
1 edited

Legend:

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

    r79872cd r69145dae  
    2525#include "touch/entry.h"
    2626#include "ls/entry.h"
     27#include "pwd/entry.h"
    2728
    2829/* Each .def function fills the module_t struct with the individual name, entry
     
    3839#include "touch/touch.def"
    3940#include "ls/ls.def"
     41#include "pwd/pwd.def"
    4042        {NULL, NULL, NULL, NULL}
    4143};
Note: See TracChangeset for help on using the changeset viewer.