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:
Joel Sherrill
2011-01-04 18:32:59 +00:00
parent 031785a6cd
commit f447932fc0
2 changed files with 11 additions and 6 deletions

View File

@@ -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

View File

@@ -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