Changeset 046f342 in mainline for uspace/app/bdsh/cmds
- 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/cmds/modules
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.