forked from Imagelibrary/rtems
2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/nfsclient/src/nfs.c: readlink filesystem entry should return ssize_t.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libfs/src/nfsclient/src/nfs.c: readlink filesystem entry should
|
||||
return ssize_t.
|
||||
|
||||
2010-12-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* libfs/src/dosfs/msdos_misc.c: Create short file names acceptable for
|
||||
|
||||
@@ -561,7 +561,7 @@ typedef struct NfsNodeRec_ {
|
||||
Forward Declarations
|
||||
*****************************************/
|
||||
|
||||
static int nfs_readlink(
|
||||
static ssize_t nfs_readlink(
|
||||
rtems_filesystem_location_info_t *loc, /* IN */
|
||||
char *buf, /* OUT */
|
||||
size_t len
|
||||
@@ -2246,7 +2246,7 @@ int rval;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int nfs_readlink(
|
||||
static ssize_t nfs_readlink(
|
||||
rtems_filesystem_location_info_t *loc, /* IN */
|
||||
char *buf, /* OUT */
|
||||
size_t len
|
||||
|
||||
Reference in New Issue
Block a user