change log for rtems (2011-07-07)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Jul 7 07:11:28 UTC 2011


 *sh*:
2011-07-08	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* libnetworking/rtems/tftp.h, libnetworking/lib/tftpDriver.c: Fixed
	prototype.

M 1.2867  cpukit/ChangeLog
M   1.41  cpukit/libnetworking/lib/tftpDriver.c
M    1.9  cpukit/libnetworking/rtems/tftp.h

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
@@ -1,3 +1,8 @@
+2011-07-08	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* libnetworking/rtems/tftp.h, libnetworking/lib/tftpDriver.c: Fixed
+	prototype.
+
 2011-07-04	Chris Johns <chrisj at rtems.org>
 
 	PR 1827/filesystem

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
@@ -25,10 +25,10 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <rtems.h>
-#include <rtems/libio.h>
 #include <rtems/libio_.h>
 #include <rtems/seterr.h>
 #include <rtems/rtems_bsdnet.h>
+#include <rtems/tftp.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>

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
@@ -31,12 +31,15 @@
 extern "C" {
 #endif
 
-#include <rtems/libio.h>
+#include <rtems/fs.h>
 
 /*
  * Filesystem Mount table entry.
  */
-int rtems_tftpfs_initialize(rtems_filesystem_mount_table_entry_t *temp_mt_entry);
+int rtems_tftpfs_initialize(
+  rtems_filesystem_mount_table_entry_t *mt_entry,
+  const void *data
+);
 
 #ifdef __cplusplus
 }



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110707/53707106/attachment.html>


More information about the vc mailing list