Changed safe_write() to fully send all the data in the buffer it was
authorRobert James Kaes <rjkaes@users.sourceforge.net>
Sat, 15 Dec 2001 20:04:04 +0000 (20:04 +0000)
committerRobert James Kaes <rjkaes@users.sourceforge.net>
Sat, 15 Dec 2001 20:04:04 +0000 (20:04 +0000)
commitb969ed430228ffc2300c2aa1eb1356a362171302
tree7d8cc2f9e6a1fb413e94799f9b5eb7025e2b49f8
parentcad9a5d11b2e1034135123c0936c24303f674bc6
Changed safe_write() to fully send all the data in the buffer it was
passed. Also safe_write() and safe_read() now use char pointer buffers
rather than the void pointer style.
src/sock.c
src/sock.h