summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:26:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:26:30 +0000
commitba33011f7f1f48a626bb67447d36b447c39b2276 (patch)
treeaea5a55e5ae3afd55010f96040569e20376d5aa8 /ttcp
parent2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadnetwork-demos-ba33011f7f1f48a626bb67447d36b447c39b2276.tar.bz2
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: More warnings removed.
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/ChangeLog4
-rw-r--r--ttcp/init.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog
index b4a7263..671d197 100644
--- a/ttcp/ChangeLog
+++ b/ttcp/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c: More warnings removed.
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* rtems_ttcp.c, ttcp_orig/ttcp.c: Now compiles reasonably cleanly with
CVS head.
diff --git a/ttcp/init.c b/ttcp/init.c
index b32a8c4..a7a520f 100644
--- a/ttcp/init.c
+++ b/ttcp/init.c
@@ -42,9 +42,12 @@ rtems_task Init (rtems_task_argument argument);
#include <rtems/confdefs.h>
#include <stdio.h>
+#include <stdlib.h>
#include <rtems/rtems_bsdnet.h>
#include "../networkconfig.h"
+void test_network (void);
+
/*
* RTEMS Startup Task
*/