elrond 2006/09/01 23:36:35 CEST
Modified files:
source/lib util_file.c
Log:
util_file.c: Remove warnings, kill dead code
startfilepw_race_condition_avoid() had a bogus "might be
used uninitialized in this function" warning,
kicked it.
read_data() is just some read more, if there hasn't been
enough loop. We did not use it at all. And it's
easy to implement again, if we need it. Not to
mention, its semantics were a bit funny and
read_socket_data() is nearly the same for sockets.
Also a bit of doc reformatting.
Revision Changes Path
1.18 +12 -44 tng/source/lib/util_file.c
|