1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

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
(This used to be commit dd791d255c)
This commit is contained in:
Stefan Metzmacher
2006-09-13 10:00:45 +00:00
committed by Gerald (Jerry) Carter
parent c564344766
commit dfef2dc22f
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1 @@
#error "the readdir() replacement using getdirentried() isn't implemented yet"