summaryrefslogtreecommitdiff
path: root/http
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 /http
parent557c93ad4e3ad10563b2dfe27feea2838c867735 (diff)
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* init.c: More warnings removed.
Diffstat (limited to 'http')
-rw-r--r--http/ChangeLog4
-rw-r--r--http/init.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/http/ChangeLog b/http/ChangeLog
index 179a5a1..d8e28f3 100644
--- a/http/ChangeLog
+++ b/http/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>
+
* Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS
head.
diff --git a/http/init.c b/http/init.c
index 43d8f42..eb16971 100644
--- a/http/init.c
+++ b/http/init.c
@@ -102,7 +102,7 @@ rtems_task Init(
#if defined(USE_FTPD)
rtems_initialize_ftpd();
- status = Untar_FromMemory((unsigned char *)(&TARFILE_START), &TARFILE_SIZE);
+ status = Untar_FromMemory((void *)(&TARFILE_START), (size_t)&TARFILE_SIZE);
#endif
#if defined(USE_HTTPD)