Changeset 046f342 in mainline
- Timestamp:
- 2009-05-08T11:10:34Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 54a6ff6
- Parents:
- 66b430e
- Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
r66b430e r046f342 58 58 cmds/modules/sleep/ \ 59 59 cmds/modules/cp/ \ 60 cmds/modules/mv/ \ 60 61 cmds/modules/kcon/ \ 61 62 cmds/builtins/ \ … … 73 74 cmds/modules/sleep/sleep.c \ 74 75 cmds/modules/cp/cp.c \ 76 cmds/modules/mv/mv.c \ 75 77 cmds/modules/kcon/kcon.c \ 76 78 cmds/builtins/exit/exit.c \ -
uspace/app/bdsh/cmds/modules/module_aliases.h
r66b430e r046f342 13 13 14 14 char *mod_aliases[] = { 15 "ren", "mv", 15 16 NULL, NULL 16 17 }; -
uspace/app/bdsh/cmds/modules/modules.h
r66b430e r046f342 27 27 #include "sleep/entry.h" 28 28 #include "cp/entry.h" 29 #include "mv/entry.h" 29 30 #include "kcon/entry.h" 30 31 … … 43 44 #include "sleep/sleep_def.h" 44 45 #include "cp/cp_def.h" 46 #include "mv/mv_def.h" 45 47 #include "kcon/kcon_def.h" 46 48 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.