drat.
authorAndrew Tridgell <tridge@samba.org>
Sat, 3 Oct 1998 16:34:57 +0000 (16:34 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 3 Oct 1998 16:34:57 +0000 (16:34 +0000)
commit1fa3478aaf5a40a0eb37f8f5679707d23231e276
tree09dfadb60520f4c4157d8ed9d328c84f50399023
parent8d4c7326212f23d2a255def7f7e9c992eb752911
drat.

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)
source3/Makefile.in
source3/smbwrapper/closedir.c [new file with mode: 0644]
source3/smbwrapper/opendir.c [new file with mode: 0644]
source3/smbwrapper/readdir.c [new file with mode: 0644]
source3/smbwrapper/realcalls.h
source3/smbwrapper/seekdir.c [new file with mode: 0644]
source3/smbwrapper/smbw.c
source3/smbwrapper/telldir.c [new file with mode: 0644]