1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00
Files
samba-mirror/source/lib/replace/repdir_getdirentries.c
Stefan Metzmacher dd791d255c r18452: add configure test for a getdirentries() based replacement for broken readdir()
Tru64 need this, linux also has getdirentries() but the native readdir() works
but it means we can write the code on linux and when it works it may work on Tru64
too.

tridge: can you try to implement this?

metze
2007-10-10 14:18:32 -05:00

2 lines
79 B
C

#error "the readdir() replacement using getdirentried() isn't implemented yet"