Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/tetrinet/files: tetrinet-0.11-no-ipv6.patch
Date: Tue, 15 Jan 2008 10:27:50
Message-Id: E1JEj1I-0005SM-Eo@stork.gentoo.org
1 nyhm 08/01/15 10:27:48
2
3 Added: tetrinet-0.11-no-ipv6.patch
4 Log:
5 USE=-ipv6 compilation fix by Andrew Church, bug #203514
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.1 games-puzzle/tetrinet/files/tetrinet-0.11-no-ipv6.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/tetrinet/files/tetrinet-0.11-no-ipv6.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/tetrinet/files/tetrinet-0.11-no-ipv6.patch?rev=1.1&content-type=text/plain
13
14 Index: tetrinet-0.11-no-ipv6.patch
15 ===================================================================
16 --- sockets.c
17 +++ sockets.c
18 @@ -188,7 +188,7 @@
19 return -1;
20 }
21 if (ipbuf)
22 - memcpy(retbuf, &sa.sin_addr, 4);
23 + memcpy(ipbuf, &sa.sin_addr, 4);
24 #endif
25
26 return sock;
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list