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