Fix an FTPD bug

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4378 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-02-09 23:10:15 +00:00
parent 77f59bb063
commit 35b654a18e

View File

@ -2449,4 +2449,5 @@
* include/pthread.h: Correct PTHREAD_MUTEX_INITIALIZER.
* fs/fat/fs_fatfs.c: Fix and error in the FAT statfs() implementation that
was causing some block counts to be reported incorrectly (reported by
david_s5y).
David Sidrane).