Changeset 57716a5 in ada-examples
- Timestamp:
- 09/17/09 18:13:35 (14 years ago)
- Branches:
- ada-examples-4-10-branch, master
- Children:
- e91ca06
- Parents:
- 964021d
- Location:
- gen-soconn
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
gen-soconn/ChangeLog
r964021d r57716a5 1 2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> 2 3 * Makefile, gen-soccon.c, gsocket.h, init.c: Make follow standard RTEMS 4 test output format. Add output screens where appropriate. 5 1 6 2008-07-08 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
gen-soconn/Makefile
r964021d r57716a5 2 2 # Makefile 3 3 # 4 4 # See README.Makefiles in the main ada-examples directory. 5 5 # 6 # RTEMS_MAKEFILE_PATH is typically set in an environment variable6 # $Id$ 7 7 # 8 8 -
gen-soconn/gen-soccon.c
r964021d r57716a5 1 /* 2 * $Id$ 3 */ 4 1 5 /**************************************************************************** 2 6 * * -
gen-soconn/gsocket.h
r964021d r57716a5 1 /* 2 * $Id$ 3 */ 4 1 5 /**************************************************************************** 2 6 * * -
gen-soconn/init.c
r964021d r57716a5 1 1 /* 2 2 * Simple main wrapper for RTEMS with configuration 3 * 4 * $Id$ 3 5 */ 4 6
Note: See TracChangeset
for help on using the changeset viewer.