summaryrefslogtreecommitdiff
path: root/tftpTest
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:26:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-21 18:26:28 +0000
commit557c93ad4e3ad10563b2dfe27feea2838c867735 (patch)
tree62798f90ea7e195eea111b3b3c91a63f6fb50bc0 /tftpTest
parenta9d29860a9214bc51af12d93d50aeebdbb8f2b98 (diff)
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c, test.c: More warnings removed.
Diffstat (limited to 'tftpTest')
-rw-r--r--tftpTest/ChangeLog4
-rw-r--r--tftpTest/init.c1
-rw-r--r--tftpTest/test.c1
3 files changed, 6 insertions, 0 deletions
diff --git a/tftpTest/ChangeLog b/tftpTest/ChangeLog
index fdd1ed1..98811d5 100644
--- a/tftpTest/ChangeLog
+++ b/tftpTest/ChangeLog
@@ -1,5 +1,9 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * init.c, test.c: More warnings removed.
+
+2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* init.c: confdefs.h should be rtems/confdefs.h
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
diff --git a/tftpTest/init.c b/tftpTest/init.c
index 146605f..94f5cb5 100644
--- a/tftpTest/init.c
+++ b/tftpTest/init.c
@@ -43,6 +43,7 @@ rtems_task Init (rtems_task_argument argument);
#include <rtems/confdefs.h>
#include <stdio.h>
+#include <stdlib.h>
#include <rtems/rtems_bsdnet.h>
#include <netinet/in.h>
#include <arpa/inet.h>
diff --git a/tftpTest/test.c b/tftpTest/test.c
index 75e4666..a18d1f3 100644
--- a/tftpTest/test.c
+++ b/tftpTest/test.c
@@ -22,6 +22,7 @@
#include <rtems/error.h>
#include <sys/fcntl.h>
#include <unistd.h>
+#include <stdlib.h>
static char cbuf[1024];
static char *fullname;