Changeset c431a83 in mainline for uspace/app
- Timestamp:
- 2011-01-21T14:24:05Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c2020f7
- Parents:
- e8ad0de (diff), aa9f0a4 (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:
-
- 2 added
- 4 edited
-
ping/ping.c (modified) (1 diff)
-
tester/Makefile (modified) (1 diff)
-
tester/mm/mapping1.c (added)
-
tester/mm/mapping1.def (added)
-
tester/tester.c (modified) (1 diff)
-
tester/tester.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ping/ping.c
re8ad0de rc431a83 340 340 config.dest_str, config.size, config.size); 341 341 342 int icmp_phone = icmp_connect_module( SERVICE_ICMP,ICMP_CONNECT_TIMEOUT);342 int icmp_phone = icmp_connect_module(ICMP_CONNECT_TIMEOUT); 343 343 if (icmp_phone < 0) { 344 344 fprintf(stderr, "%s: Unable to connect to ICMP service (%s)\n", NAME, -
uspace/app/tester/Makefile
re8ad0de rc431a83 53 53 loop/loop1.c \ 54 54 mm/malloc1.c \ 55 mm/mapping1.c \ 55 56 hw/misc/virtchar1.c \ 56 57 hw/serial/serial1.c -
uspace/app/tester/tester.c
re8ad0de rc431a83 62 62 #include "loop/loop1.def" 63 63 #include "mm/malloc1.def" 64 #include "mm/mapping1.def" 64 65 #include "hw/serial/serial1.def" 65 66 #include "adt/usbaddrkeep.def" -
uspace/app/tester/tester.h
re8ad0de rc431a83 79 79 extern const char *test_loop1(void); 80 80 extern const char *test_malloc1(void); 81 extern const char *test_mapping1(void); 81 82 extern const char *test_serial1(void); 82 83 extern const char *test_usbaddrkeep(void);
Note:
See TracChangeset
for help on using the changeset viewer.
