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)
commit1af8bf34f1caa3e7ec312d8109c07d32a945a448
tree00f3f2d6778554ba273b73ae82f8790b43e56374
parenta7842fac94a3f772da0e6ddf14044df24af798a9
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.
28 files changed:
source/Makefile.in
source/aparser/parser.h
source/client/client.c
source/client/clitar.c
source/client/smbmount.c
source/include/includes.h
source/include/smb_macros.h
source/lib/cmd_interp.c
source/lib/debug.c
source/lib/readline.c
source/lib/util.c
source/nmbd/nmbd.c
source/script/mkproto.awk
source/smbd/server.c
source/smbwrapper/smbsh.c
source/smbwrapper/smbw.c
source/torture/locktest.c
source/torture/locktest2.c
source/torture/masktest.c
source/torture/rpctorture.c
source/torture/torture.c
source/utils/smbcacls.c
source/utils/smbtree.c
source/utils/status.c
source/utils/testparm.c
source/utils/testprns.c
source/web/cgi.c
source/web/swat.c