Files
rtems/c/src/libfs
Joel Sherrill eb22ebe0ec 2001-04-24 Joel Sherrill <joel@OARcorp.com>
* src/imfs/memfile.c (memfile_open): Did not set iop->size
	and thus the value was incorrect.  Before this field was cleared,
	this resulted in the value from the last time that IOP was used
	being still in place.  Discovered by  Andrew Bythell
	<abythell@nortelnetworks.com>.
2001-04-24 23:06:50 +00:00
..
2000-10-18 18:10:55 +00:00

#
#  $Id$
#

This directory contains for the "file system" library. All supported
file systems live under this tree.

Currently the only supported file systems in this library are the IMFS 
and miniIMFS.  The TFTP client filesystem is part of the libnetworking
library.

--Chris Johns and Joel Sherrill
18 October 2000