[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnats/615: Re: gnats/615: AF_INET6 causes compilation failure on Solaris
From: |
bug-gnats |
Subject: |
gnats/615: Re: gnats/615: AF_INET6 causes compilation failure on Solaris 7 |
Date: |
Tue, 30 Jan 2007 04:25:01 -0600 (CST) |
The following reply was made to PR gnats/615; it has been noted by GNATS.
From: Stephane Chazelas <address@hidden>
To: address@hidden
Cc:
Subject: Re: gnats/615: AF_INET6 causes compilation failure on Solaris 7
Date: Tue, 30 Jan 2007 10:08:37 +0000
Hi Chad,
sorry I haven't had the opportunity to try it yet, but looking
at the code, there would seem to be a problem:
if ((s.sin_family != AF_INET)
#if defined(HAVE_DECL_AF_INET6) || defined(AF_INET6)
/* AF_INET6 could be an enum or defined, if present */
&& (s.sin_family != AF_INET6))
#endif
{
Looks like the outermost "(" is not matched in the no-INET6 case.
BTW, have you had a chance to give more thoughts to gnats/665?
Cheers,
Stephane
- gnats/615: Re: gnats/615: AF_INET6 causes compilation failure on Solaris 7,
bug-gnats <=