From 4e0f9c05e7a85b597cd8c3efb7a11563067bd63a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 11 Sep 2002 21:00:16 +0000 Subject: [PATCH] Update changes with socklen_t --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5c02db7..5bfea66 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,9 @@ Possible compatibility problems with earlier versions marked with '*'. --- 1.9.1 2002/MM/DD +More portable use of accept, getpeername. Check for socklen_t. Use +int/size_t if socklen_t is not defined. + --- 1.9 2002/09/06 PQF parser rejects bad queries - including those with extra -- 1.7.10.4