summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/seekdir.c
AgeCommit message (Collapse)AuthorFilesLines
1998-10-03use __XXXdir() instead of __libc_XXXdir()Andrew Tridgell1-4/+0
(This used to be commit e28f55c0a3386cdb0185f5252b54d10d2c2a1710)
1998-10-03drat.Andrew Tridgell1-0/+37
on Linux 2.0 libc detects the lack of getdents in the kernel and used opendir() etc. so we need to implement those ... it would be needed for a port to others OSes anyway I suppose. (This used to be commit e3fd861590dd27cc643c2d8d0cb5a5651c84d9ac)