On Fri, 28 Feb 2003, William A. Rowe, Jr. wrote: > Short of turning on largefile support here and now, what about a simple > APR hack? Keep an overflow flag for apr_dir_t, and when the lstat() > call from apr_dir_read returns EOVERFLOW, set that flag but loop and > grab the next legal file.
Works for me. :)
