Changes in / [d9f53877:81475250] in mainline


Ignore:
Location:
uspace/app/bdsh
Files:
9 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/Makefile

    rd9f53877 r81475250  
    4848        cmds/modules/cp/cp.c \
    4949        cmds/modules/mv/mv.c \
    50         cmds/modules/printf/printf.c \
    51         cmds/modules/echo/echo.c \
    5250        cmds/modules/mount/mount.c \
    5351        cmds/modules/unmount/unmount.c \
  • uspace/app/bdsh/TODO

    rd9f53877 r81475250  
    3030* Add wrappers for signal, sigaction to make ports to modules easier
    3131
     32* Add 'echo' and 'printf' modules.
     33
    3234Regarding POSIX:
    3335----------------
  • uspace/app/bdsh/cmds/modules/modules.h

    rd9f53877 r81475250  
    6161#include "unmount/entry.h"
    6262#include "kcon/entry.h"
    63 #include "printf/entry.h"
    64 #include "echo/entry.h"
    6563
    6664/* Each .def function fills the module_t struct with the individual name, entry
     
    8482#include "unmount/unmount_def.h"
    8583#include "kcon/kcon_def.h"
    86 #include "printf/printf_def.h"
    87 #include "echo/echo_def.h"
    8884
    8985        {NULL, NULL, NULL, NULL}
Note: See TracChangeset for help on using the changeset viewer.