From f606f67762f9cc9d71c06489d772eb2b6e731d57 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Jul 2011 19:06:02 +0000 Subject: 2011-07-13 Till Straumann PR 1775/filesystem * libfs/src/nfsclient/src/nfs.c: NFSAddress NFS issue where read/write problems when requested bytes greater than nfsStBlksize. Failure to create files and symlinks. --- cpukit/ChangeLog | 7 +++++++ cpukit/libfs/src/nfsclient/src/nfs.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1391b3ddc5..11d33ba964 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2011-07-13 Till Straumann + + PR 1775/filesystem + * libfs/src/nfsclient/src/nfs.c: NFSAddress NFS issue where read/write + problems when requested bytes greater than nfsStBlksize. Failure to + create files and symlinks. + 2011-07-04 Chris Johns PR 1827/filesystem diff --git a/cpukit/libfs/src/nfsclient/src/nfs.c b/cpukit/libfs/src/nfsclient/src/nfs.c index 8a7d41d5cb..62de279f85 100644 --- a/cpukit/libfs/src/nfsclient/src/nfs.c +++ b/cpukit/libfs/src/nfsclient/src/nfs.c @@ -1574,7 +1574,7 @@ unsigned long niu,siu; */ assert( node->args.name ); - *(const char**)arg = pathname + (node->args.name - p); + *(arg->c) = pathname + (node->args.name - p); #if 0 /* restore the directory node */ -- cgit v1.2.3