Remove call to readdir() that was missed durning the libc namespace
authorDavid Rhodus <drhodus@dragonflybsd.org>
Tue, 8 Feb 2005 04:07:57 +0000 (04:07 +0000)
committerDavid Rhodus <drhodus@dragonflybsd.org>
Tue, 8 Feb 2005 04:07:57 +0000 (04:07 +0000)
commitf1c6e45ba81542b96cd31449c479292239525cca
tree5028fd33be3659892c9192de657c78744c93427b
parent52cc687827da3757588b2e1b5530d7d20a92b0e5
Remove call to readdir() that was missed durning the libc namespace
cleanup.  We now make use of _readidir_unlocked().

First reported by : Joerg Anslik <joerg@anslik.de>
Bug hunter and fix provided by : YONETANI Tomokazu <qhwt+dfly@les.ath.cx>
lib/libc/gen/readdir.c