From 87d1c58d9c735d2e032654d41568ba322b116ae1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 22 Jun 2011 15:22:56 +0000 Subject: 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 --- nuttx/fs/fs_fdopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/fs') 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 */ -- cgit v1.2.3