<!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 (2010-06-29)</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>2010-06-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/lib/tftpDriver.c: rtems_tftp_ops and
rtems_tftp_handlers are now const and static.
* libnetworking/rtems/tftp.h: Removed
rtems_bsdnet_initialize_tftp_filesystem and rtems_tftp_ops.
</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.2471&r2=text&tr2=1.2472&diff_format=h">M</a></td><td width='1%'>1.2472</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.38&r2=text&tr2=1.39&diff_format=h">M</a></td><td width='1%'>1.39</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.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>cpukit/libnetworking/rtems/tftp.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2471 rtems/cpukit/ChangeLog:1.2472
--- rtems/cpukit/ChangeLog:1.2471 Mon Jun 28 20:53:17 2010
+++ rtems/cpukit/ChangeLog Tue Jun 29 08:03:31 2010
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2010-06-29 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * libnetworking/lib/tftpDriver.c: rtems_tftp_ops and
+ rtems_tftp_handlers are now const and static.
+ * libnetworking/rtems/tftp.h: Removed
+ rtems_bsdnet_initialize_tftp_filesystem and rtems_tftp_ops.
+
</font> 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/defaults/default_chown.c,
<font color='#006600'>diff -u rtems/cpukit/libnetworking/lib/tftpDriver.c:1.38 rtems/cpukit/libnetworking/lib/tftpDriver.c:1.39
--- rtems/cpukit/libnetworking/lib/tftpDriver.c:1.38 Mon May 31 08:56:37 2010
+++ rtems/cpukit/libnetworking/lib/tftpDriver.c Tue Jun 29 08:03:31 2010
</font><font color='#997700'>@@ -171,8 +171,8 @@
</font> */
typedef const char *tftp_node;
<font color='#880000'>-extern rtems_filesystem_operations_table rtems_tftp_ops;
-extern rtems_filesystem_file_handlers_r rtems_tftp_handlers;
</font><font color='#000088'>+static const rtems_filesystem_operations_table rtems_tftp_ops;
+static const rtems_filesystem_file_handlers_r rtems_tftp_handlers;
</font>
int rtems_tftpfs_initialize(
rtems_filesystem_mount_table_entry_t *mt_entry,
<font color='#997700'>@@ -1082,7 +1082,7 @@
</font> }
<font color='#880000'>-rtems_filesystem_operations_table rtems_tftp_ops = {
</font><font color='#000088'>+static const rtems_filesystem_operations_table rtems_tftp_ops = {
</font> rtems_tftp_eval_path, /* eval_path */
rtems_tftp_evaluate_for_make, /* evaluate_for_make */
NULL, /* link */
<font color='#997700'>@@ -1101,7 +1101,7 @@
</font> NULL, /* readlin */
};
<font color='#880000'>-rtems_filesystem_file_handlers_r rtems_tftp_handlers = {
</font><font color='#000088'>+static const rtems_filesystem_file_handlers_r rtems_tftp_handlers = {
</font> rtems_tftp_open, /* open */
rtems_tftp_close, /* close */
rtems_tftp_read, /* read */
<font color='#006600'>diff -u rtems/cpukit/libnetworking/rtems/tftp.h:1.7 rtems/cpukit/libnetworking/rtems/tftp.h:1.8
--- rtems/cpukit/libnetworking/rtems/tftp.h:1.7 Mon May 31 08:56:37 2010
+++ rtems/cpukit/libnetworking/rtems/tftp.h Tue Jun 29 08:03:31 2010
</font><font color='#997700'>@@ -38,18 +38,6 @@
</font> */
int rtems_tftpfs_initialize(rtems_filesystem_mount_table_entry_t *temp_mt_entry);
<font color='#880000'>-/*
- * Filesystem initialization routine
- */
-
-int rtems_bsdnet_initialize_tftp_filesystem( void );
-
-/*
- * TFTP file system operations table.
- */
-
-extern rtems_filesystem_operations_table rtems_tftp_ops;
-
</font> #ifdef __cplusplus
}
#endif
</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>