Tartarus CVS: timber: dave
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Wed, 05 May 2004 19:24:59 +0100
CVS Root: /usr/data/cvs
Module: timber
Changes by: dave
Date: Wed May 05 2004 19:24:59 BST
Log message:
Tried compiling on my linux (debian testing) box, which threw up a couple of
niggles:
* exit() and abs() are used, so we have to #include <stdlib.h>
* send() had a name-conflict with something in <sys/socket.h>,
so I have renamed send() to send_message()
Modified files:
. : send.c
Links:
http://cvs.tartarus.org//timber/send.c.diff?r1=1.7&r2=1.8