[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX |
Date: |
Tue, 13 Aug 2013 09:27:55 -0500 |
On Aug 13, 2013, at 7:13 AM, Mario Domenech Goulart <address@hidden> wrote:
>
> On Mon, 12 Aug 2013 22:42:22 -0600 Erik Falor <address@hidden> wrote:
>> Yes - the AIX sys/socket.h header file doesn't like being passed an
>> unsigned int in the third argument. I took a cue from the call to
>> getpeername() a few lines above the one I changed. Though as I look
>> at it now I missed some parens around the '&len' term...
>
> Ok. I'm just afraid it can cause breakage on other systems. For
> example:
> http://stackoverflow.com/questions/3531474/socklen-t-undeclared-when-compiling-c-code
True, but
1) socklen_t is already used several other times in the file.
2) the problem in the article occurs on MingW, and the suggested
solution is a typedef, which is already done in tcp.scm.
Jim
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX, Jim Ursetto, 2013/08/12
Re: [Chicken-hackers] [ANN]: Port Chicken to AIX, Erik Falor, 2013/08/13