From 8c0fa400bad6462691eb04ee8c707e58fde1186c Mon Sep 17 00:00:00 2001 From: Jeff Cobb Date: Mon, 8 Dec 2003 23:13:32 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2759 --- checkin_notes | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/checkin_notes b/checkin_notes index 9f34d3754e..fb7ef1037b 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8252,3 +8252,11 @@ David 7 Dec 2003 forum.php help_desk.php thread.php + +Jeff 8 Dec 2003 + - Fixed the ifdef's surrounding the typedef of socklen_t. Removed the + "#ifdef socklen_t" because it does nothing and added the + "#elif defined (__APPLE__)". + + client/ + net_xfer.C