Changeset b4ec1ea in mainline for uspace/app/inet
- 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/inet
- Files:
-
- 2 moved
-
Makefile (moved) (moved from uspace/app/inetcfg/Makefile ) (1 diff)
-
inet.c (moved) (moved from uspace/app/inetcfg/inetcfg.c ) (2 diffs)
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)
Note:
See TracChangeset
for help on using the changeset viewer.
