mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
IPV6 portability fixup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22583 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7968ee1132
commit
c1ff781d9e
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2006-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Source/unix/NSStream.m: Final (hopefully) ifdef to disable ipv6
|
||||||
|
so systems which don't have it can compile.
|
||||||
|
|
||||||
2006-02-28 Richard Frith-Macdonald <rfm@gnu.org>
|
2006-02-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/unix/NSStream.m: More portability fixups ... use
|
* Source/unix/NSStream.m: More portability fixups ... use
|
||||||
|
|
|
@ -250,7 +250,9 @@
|
||||||
@interface GSInet6ServerStream : GSSocketServerStream
|
@interface GSInet6ServerStream : GSSocketServerStream
|
||||||
{
|
{
|
||||||
@private
|
@private
|
||||||
|
#if defined(AF_INET6)
|
||||||
struct sockaddr_in6 _serverAddr;
|
struct sockaddr_in6 _serverAddr;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue