2007-03-26 Joel Sherrill <joel@OARcorp.com>

* loopback/init.c: Add CVS Id.
This commit is contained in:
Joel Sherrill
2007-03-26 22:22:37 +00:00
parent 2dae3244c7
commit 4116e57e75
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2007-03-26 Joel Sherrill <joel@OARcorp.com>
* loopback/init.c: Add CVS Id.
2007-03-26 Joel Sherrill <joel@OARcorp.com>
PR 1230/tests

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
#include <bsp.h>
#define CONFIGURE_TEST_NEEDS_CONSOLE_DRIVER
@@ -29,6 +33,7 @@ rtems_task Init(rtems_task_argument argument);
#include <rtems/error.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <sys/socket.h>