summaryrefslogtreecommitdiff
blob: 96b92774dda7ee3df1f5bb405d4bf4bac715bb87 (plain)
1
2
3
4
5
6
7
8
9
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;