You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/quakeforge/files/0.5.5-ipv6.patch

11 lines
302 B

--- libs/net/nc/net_udp6.c.orig 2004-05-16 04:21:18.334083592 -0400
+++ libs/net/nc/net_udp6.c 2004-05-16 04:21:31.513080080 -0400
@@ -123,6 +123,7 @@
netadr_t net_from;
netadr_t net_local_adr;
+netadr_t net_loopback_adr;
int net_socket;
static sizebuf_t _net_message_message;