<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-07-07)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-07-08 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * libnetworking/rtems/tftp.h, libnetworking/lib/tftpDriver.c: Fixed
        prototype.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2866&r2=text&tr2=1.2867&diff_format=h">M</a></td><td width='1%'>1.2867</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libnetworking/lib/tftpDriver.c.diff?r1=text&tr1=1.40&r2=text&tr2=1.41&diff_format=h">M</a></td><td width='1%'>1.41</td><td width='100%'>cpukit/libnetworking/lib/tftpDriver.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libnetworking/rtems/tftp.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&diff_format=h">M</a></td><td width='1%'>1.9</td><td width='100%'>cpukit/libnetworking/rtems/tftp.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2866 rtems/cpukit/ChangeLog:1.2867
--- rtems/cpukit/ChangeLog:1.2866       Sun Jul  3 19:31:25 2011
+++ rtems/cpukit/ChangeLog      Thu Jul  7 01:55:47 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-07-08    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * libnetworking/rtems/tftp.h, libnetworking/lib/tftpDriver.c: Fixed
+       prototype.
+
</font> 2011-07-04        Chris Johns <chrisj@rtems.org>
 
        PR 1827/filesystem

<font color='#006600'>diff -u rtems/cpukit/libnetworking/lib/tftpDriver.c:1.40 rtems/cpukit/libnetworking/lib/tftpDriver.c:1.41
--- rtems/cpukit/libnetworking/lib/tftpDriver.c:1.40    Thu Jul 15 03:46:06 2010
+++ rtems/cpukit/libnetworking/lib/tftpDriver.c Thu Jul  7 01:55:48 2011
</font><font color='#997700'>@@ -25,10 +25,10 @@
</font> #include <unistd.h>
 #include <fcntl.h>
 #include <rtems.h>
<font color='#880000'>-#include <rtems/libio.h>
</font> #include <rtems/libio_.h>
 #include <rtems/seterr.h>
 #include <rtems/rtems_bsdnet.h>
<font color='#000088'>+#include <rtems/tftp.h>
</font> #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>

<font color='#006600'>diff -u rtems/cpukit/libnetworking/rtems/tftp.h:1.8 rtems/cpukit/libnetworking/rtems/tftp.h:1.9
--- rtems/cpukit/libnetworking/rtems/tftp.h:1.8 Tue Jun 29 08:03:31 2010
+++ rtems/cpukit/libnetworking/rtems/tftp.h     Thu Jul  7 01:55:48 2011
</font><font color='#997700'>@@ -31,12 +31,15 @@
</font> extern "C" {
 #endif
 
<font color='#880000'>-#include <rtems/libio.h>
</font><font color='#000088'>+#include <rtems/fs.h>
</font> 
 /*
  * Filesystem Mount table entry.
  */
<font color='#880000'>-int rtems_tftpfs_initialize(rtems_filesystem_mount_table_entry_t *temp_mt_entry);
</font><font color='#000088'>+int rtems_tftpfs_initialize(
+  rtems_filesystem_mount_table_entry_t *mt_entry,
+  const void *data
+);
</font> 
 #ifdef __cplusplus
 }
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>