Changeset be1dcc26 in mainline for uspace/app
- Timestamp:
- 2012-10-05T06:59:17Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d948095
- Parents:
- faa45c17 (diff), 6cd10ac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/app
- Files:
-
- 7 added
- 2 edited
-
bdsh/Makefile (modified) (1 diff)
-
bdsh/cmds/modules/cmp/cmp.c (added)
-
bdsh/cmds/modules/cmp/cmp.h (added)
-
bdsh/cmds/modules/cmp/cmp_def.h (added)
-
bdsh/cmds/modules/cmp/entry.h (added)
-
bdsh/cmds/modules/modules.h (modified) (2 diffs)
-
bithenge/Makefile (added)
-
bithenge/Makefile.linux (added)
-
bithenge/test.c (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
rfaa45c17 rbe1dcc26 53 53 cmds/modules/unmount/unmount.c \ 54 54 cmds/modules/kcon/kcon.c \ 55 cmds/modules/cmp/cmp.c \ 55 56 cmds/builtins/batch/batch.c \ 56 57 cmds/builtins/exit/exit.c \ -
uspace/app/bdsh/cmds/modules/modules.h
rfaa45c17 rbe1dcc26 63 63 #include "printf/entry.h" 64 64 #include "echo/entry.h" 65 #include "cmp/entry.h" 65 66 66 67 /* Each .def function fills the module_t struct with the individual name, entry … … 86 87 #include "printf/printf_def.h" 87 88 #include "echo/echo_def.h" 89 #include "cmp/cmp_def.h" 88 90 89 91 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.
