<!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-08-01)</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-08-01 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * libfs/src/nfsclient/src/nfs.c: Fixed creation of directories.
</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.2893&r2=text&tr2=1.2894&diff_format=h">M</a></td><td width='1%'>1.2894</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libfs/src/nfsclient/src/nfs.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&diff_format=h">M</a></td><td width='1%'>1.29</td><td width='100%'>cpukit/libfs/src/nfsclient/src/nfs.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2893 rtems/cpukit/ChangeLog:1.2894
--- rtems/cpukit/ChangeLog:1.2893       Sun Jul 31 17:40:22 2011
+++ rtems/cpukit/ChangeLog      Mon Aug  1 02:27:24 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-08-01    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * libfs/src/nfsclient/src/nfs.c: Fixed creation of directories.
+
</font> 2011-07-31        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1855/cpukit

<font color='#006600'>diff -u rtems/cpukit/libfs/src/nfsclient/src/nfs.c:1.28 rtems/cpukit/libfs/src/nfsclient/src/nfs.c:1.29
--- rtems/cpukit/libfs/src/nfsclient/src/nfs.c:1.28     Wed Jul 13 14:05:43 2011
+++ rtems/cpukit/libfs/src/nfsclient/src/nfs.c  Mon Aug  1 02:27:25 2011
</font><font color='#997700'>@@ -2137,7 +2137,7 @@
</font>   SERP_ARGS(node).createarg.attributes.mtime.useconds     = now.tv_usec;
 
        if ( nfscall( node->nfs->server,
<font color='#880000'>-                                           NFSPROC_CREATE,
</font><font color='#000088'>+                                              (type == S_IFDIR) ? NFSPROC_MKDIR : NFSPROC_CREATE,
</font>                                           (xdrproc_t)xdr_createargs,      &SERP_FILE(node),
                                                (xdrproc_t)xdr_diropres,        &res)
                || (NFS_OK != (errno = res.status)) ) {
</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>