Changeset 0cb2d72 in mainline
- Timestamp:
- 2010-01-22T17:01:47Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 21f32ee1
- Parents:
- 48e1467
- Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
r48e1467 r0cb2d72 48 48 cmds/modules/mv/mv.c \ 49 49 cmds/modules/mount/mount.c \ 50 cmds/modules/unmount/unmount.c \ 50 51 cmds/modules/kcon/kcon.c \ 51 52 cmds/builtins/exit/exit.c \ -
uspace/app/bdsh/cmds/modules/module_aliases.h
r48e1467 r0cb2d72 14 14 char *mod_aliases[] = { 15 15 "ren", "mv", 16 "umount", "unmount", 16 17 NULL, NULL 17 18 }; -
uspace/app/bdsh/cmds/modules/modules.h
r48e1467 r0cb2d72 31 31 #include "mv/entry.h" 32 32 #include "mount/entry.h" 33 #include "unmount/entry.h" 33 34 #include "kcon/entry.h" 34 35 … … 51 52 #include "mv/mv_def.h" 52 53 #include "mount/mount_def.h" 54 #include "unmount/unmount_def.h" 53 55 #include "kcon/kcon_def.h" 54 56
Note:
See TracChangeset
for help on using the changeset viewer.