diff options
Diffstat (limited to 'games-fps/quakeforge/files/0.5.5-ipv6.patch')
-rw-r--r-- | games-fps/quakeforge/files/0.5.5-ipv6.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-fps/quakeforge/files/0.5.5-ipv6.patch b/games-fps/quakeforge/files/0.5.5-ipv6.patch new file mode 100644 index 000000000000..96b92774dda7 --- /dev/null +++ b/games-fps/quakeforge/files/0.5.5-ipv6.patch @@ -0,0 +1,10 @@ +--- 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; |