Changeset 81bc309 in mainline for uspace/app/bdsh/cmds/builtins
- Timestamp:
- 2011-08-20T17:03:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8f70eb
- Parents:
- c916dfc
- Location:
- uspace/app/bdsh/cmds/builtins
- Files:
-
- 4 added
- 1 edited
-
batch/batch.c (added)
-
batch/batch.h (added)
-
batch/batch_def.h (added)
-
batch/entry.h (added)
-
builtins.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/builtins/builtins.h
rc916dfc r81bc309 4 4 #include "config.h" 5 5 6 #include "batch/entry.h" 6 7 #include "cd/entry.h" 7 8 #include "exit/entry.h" 8 9 9 10 builtin_t builtins[] = { 11 #include "batch/batch_def.h" 10 12 #include "cd/cd_def.h" 11 13 #include "exit/exit_def.h"
Note:
See TracChangeset
for help on using the changeset viewer.
