Changeset c196671 in mainline for uspace/app
- Timestamp:
- 2012-05-18T11:31:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a54bd98, df3f85f
- Parents:
- 3e67ab1 (diff), 68f57e1 (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:
-
- 6 added
- 6 edited
-
killall/killall.c (modified) (1 diff)
-
msim/Makefile (added)
-
msim/Makefile.msim.src (added)
-
msim/arch_helenos/helenos.h (added)
-
msim/arch_helenos/input.c (added)
-
msim/arch_helenos/misc.c (added)
-
msim/config.h.msim (added)
-
nettest1/nettest1.c (modified) (1 diff)
-
nettest2/nettest2.c (modified) (1 diff)
-
sbi/src/mytypes.h (modified) (1 diff)
-
sysinfo/sysinfo.c (modified) (1 diff)
-
websrv/websrv.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/killall/killall.c
r3e67ab1 rc196671 36 36 #include <errno.h> 37 37 #include <stdio.h> 38 #include <unistd.h> 38 39 #include <task.h> 39 40 #include <stats.h> -
uspace/app/nettest1/nettest1.c
r3e67ab1 rc196671 40 40 #include <malloc.h> 41 41 #include <stdio.h> 42 #include <unistd.h> 42 43 #include <str.h> 43 44 #include <task.h> -
uspace/app/nettest2/nettest2.c
r3e67ab1 rc196671 40 40 #include <malloc.h> 41 41 #include <stdio.h> 42 #include <unistd.h> 42 43 #include <str.h> 43 44 #include <task.h> -
uspace/app/sbi/src/mytypes.h
r3e67ab1 rc196671 51 51 /** Error return codes. */ 52 52 #include <errno.h> 53 /** We need NULL defined. */ 54 #include <unistd.h> 53 55 #define EOK 0 54 56 -
uspace/app/sysinfo/sysinfo.c
r3e67ab1 rc196671 36 36 #include <errno.h> 37 37 #include <stdio.h> 38 #include <unistd.h> 38 39 #include <sysinfo.h> 39 40 #include <malloc.h> -
uspace/app/websrv/websrv.c
r3e67ab1 rc196671 36 36 #include <bool.h> 37 37 #include <errno.h> 38 #include <assert.h> 38 39 #include <stdio.h> 39 40 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.
