readdir.c
This routine was acquired from the BSD group. It has not been altered from its original form.
The routine calls a customized getdents() function that is provided by the user. This routine provides the filesystem specific aspects of reading a directory.
It is layered on the read() function in the directory handler table. This function has been mapped to the Imfs_dir_read() function.
Copyright © 1988-2004 OAR Corporation