summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-22 15:22:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-22 15:22:56 +0000
commit87d1c58d9c735d2e032654d41568ba322b116ae1 (patch)
tree865ca20a763a1f8a7419024d8abe44039b653c36 /nuttx/fs
parent1bb291cf7f2c16a645a702dfcf70f8a2a3685147 (diff)
downloadpx4-nuttx-87d1c58d9c735d2e032654d41568ba322b116ae1.tar.gz
px4-nuttx-87d1c58d9c735d2e032654d41568ba322b116ae1.tar.bz2
px4-nuttx-87d1c58d9c735d2e032654d41568ba322b116ae1.zip
Changes for clean ez80 ZDS-II compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3733 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/fs_fdopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/fs_fdopen.c b/nuttx/fs/fs_fdopen.c
index 176ba1bf4..930aec26f 100644
--- a/nuttx/fs/fs_fdopen.c
+++ b/nuttx/fs/fs_fdopen.c
@@ -159,7 +159,7 @@ FAR struct file_struct *fs_fdopen(int fd, int oflags, FAR _TCB *tcb)
*/
#if defined(CONFIG_NET) && CONFIG_NSOCKET_DESCRIPTORS > 0
- ret = net_checksd(tcb, fd, oflags);
+ ret = net_checksd(fd, oflags);
#else
/* No networking... it is just a bad descriptor */