Changed the calls to write() to send() so that we can use send(...,
authorRobert James Kaes <rjkaes@users.sourceforge.net>
Wed, 19 Dec 2001 20:41:28 +0000 (20:41 +0000)
committerRobert James Kaes <rjkaes@users.sourceforge.net>
Wed, 19 Dec 2001 20:41:28 +0000 (20:41 +0000)
commit7240af4333a6e5055a5d4e88964f3e14625800de
treeaaf2130200b3476a7c1e8b5d2313fd8b992b0577
parent63a1fa96ccbe7a7099de721f5b72a4cbc43be8d4
Changed the calls to write() to send() so that we can use send(...,
MSG_NOSIGNAL) and not get signals sent to the process. (easier for
debugging and the system doesn't need to worry about signals.)
src/buffer.c
src/sock.c