replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Sep 2001 11:08:57 +0000 (11:08 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Sep 2001 11:08:57 +0000 (11:08 +0000)
commitb30e75692d68233448b3ad3d7ddd4b4ac423d3ab
treeed752b80838a33953632c7f3ffcaf0a71c47a7f5
parentba8e3e03432ee7649a3f59ba8b37edbb32c34190
replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down
replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor
limit that we hit with nasty consequences on some systems

I would eventually prefer us to have a configure test to see if we need
to replace stdio, but for now this code needs to be tested widely so
I'm enabling it by default.
(This used to be commit 1af8bf34f1caa3e7ec312d8109c07d32a945a448)
28 files changed:
source3/Makefile.in
source3/aparser/parser.h
source3/client/client.c
source3/client/clitar.c
source3/client/smbmount.c
source3/include/includes.h
source3/include/smb_macros.h
source3/lib/cmd_interp.c
source3/lib/debug.c
source3/lib/readline.c
source3/lib/util.c
source3/nmbd/nmbd.c
source3/script/mkproto.awk
source3/smbd/server.c
source3/smbwrapper/smbsh.c
source3/smbwrapper/smbw.c
source3/torture/locktest.c
source3/torture/locktest2.c
source3/torture/masktest.c
source3/torture/rpctorture.c
source3/torture/torture.c
source3/utils/smbcacls.c
source3/utils/smbtree.c
source3/utils/status.c
source3/utils/testparm.c
source3/utils/testprns.c
source3/web/cgi.c
source3/web/swat.c