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