Changeset d4a172b in mainline
- Timestamp:
- 2009-05-11T18:48:01Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 537611cc
- Parents:
- cf95bc0
- Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
rcf95bc0 rd4a172b 59 59 cmds/modules/cp/ \ 60 60 cmds/modules/mv/ \ 61 cmds/modules/mount \ 61 62 cmds/modules/kcon/ \ 62 63 cmds/builtins/ \ … … 75 76 cmds/modules/cp/cp.c \ 76 77 cmds/modules/mv/mv.c \ 78 cmds/modules/mount/mount.c \ 77 79 cmds/modules/kcon/kcon.c \ 78 80 cmds/builtins/exit/exit.c \ -
uspace/app/bdsh/cmds/modules/modules.h
rcf95bc0 rd4a172b 28 28 #include "cp/entry.h" 29 29 #include "mv/entry.h" 30 #include "mount/entry.h" 30 31 #include "kcon/entry.h" 31 32 … … 45 46 #include "cp/cp_def.h" 46 47 #include "mv/mv_def.h" 48 #include "mount/mount_def.h" 47 49 #include "kcon/kcon_def.h" 50 48 51 {NULL, NULL, NULL, NULL} 49 52 };
Note:
See TracChangeset
for help on using the changeset viewer.