Add FAT rmdir and unlink

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@247 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-05-21 17:17:42 +00:00
parent b157bb76a1
commit fc8a9b155c

View File

@ -82,7 +82,11 @@
* xxd -g 1 nuttx-test.vfat.gz >some-file * xxd -g 1 nuttx-test.vfat.gz >some-file
* *
* Then manually massaged from the gzip xxd output to zlib format. See * Then manually massaged from the gzip xxd output to zlib format. See
* http://www.faqs.org/rfcs/rfc1952.html * http://www.faqs.org/rfcs/rfc1952.html. This amounts to:
*
* Remove all of the leading bytes through the null terminator of the file name
* Remove the last 8 bytes
* Add 0x08, 0x1d to the beginning.
*/ */
static const unsigned char g_vfatdata[] = static const unsigned char g_vfatdata[] =