summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 13:24:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-02 13:24:47 +0000
commitb83e24ec29ef98ff50f22b4029794034690e5936 (patch)
tree292bfe6203a43a6a42550e72d105bfdbde7273b5 /nuttx/fs
parent74bfeefc4708ef1937f464fa96afd09a8790ac4f (diff)
downloadpx4-nuttx-b83e24ec29ef98ff50f22b4029794034690e5936.tar.gz
px4-nuttx-b83e24ec29ef98ff50f22b4029794034690e5936.tar.bz2
px4-nuttx-b83e24ec29ef98ff50f22b4029794034690e5936.zip
Fix some ez80 compilation errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2005 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/fs_fcntl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/fs/fs_fcntl.c b/nuttx/fs/fs_fcntl.c
index d8afd51a2..0639f52d6 100644
--- a/nuttx/fs/fs_fcntl.c
+++ b/nuttx/fs/fs_fcntl.c
@@ -80,7 +80,6 @@ static inline int file_vfcntl(int fildes, int cmd, va_list ap)
goto errout;
}
-#warning "Many fcntl() commands not yet implemented"
switch (cmd)
{
case F_DUPFD: