Changeset b4ec1ea in mainline for uspace/app
- Timestamp:
- 2012-05-13T08:47:03Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32d96e1
- Parents:
- 26b6789
- Location:
- uspace/app
- Files:
-
- 1 edited
- 2 moved
-
inet/Makefile (moved) (moved from uspace/app/inetcfg/Makefile ) (1 diff)
-
inet/inet.c (moved) (moved from uspace/app/inetcfg/inetcfg.c ) (2 diffs)
-
init/init.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/inet/Makefile
r26b6789 rb4ec1ea 28 28 29 29 USPACE_PREFIX = ../.. 30 BINARY = inet cfg30 BINARY = inet 31 31 32 32 SOURCES = \ 33 inet cfg.c33 inet.c 34 34 35 35 include $(USPACE_PREFIX)/Makefile.common -
uspace/app/inet/inet.c
r26b6789 rb4ec1ea 27 27 */ 28 28 29 /** @addtogroup inet cfg29 /** @addtogroup inet 30 30 * @{ 31 31 */ … … 43 43 #include <sys/types.h> 44 44 45 #define NAME "inet cfg"45 #define NAME "inet" 46 46 47 47 static void print_syntax(void) -
uspace/app/init/init.c
r26b6789 rb4ec1ea 307 307 spawn("/srv/loopip"); 308 308 spawn("/srv/ethip"); 309 spawn("/srv/inet ");309 spawn("/srv/inetsrv"); 310 310 spawn("/srv/tcp"); 311 311 spawn("/srv/udp");
Note:
See TracChangeset
for help on using the changeset viewer.
