mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
362 B
Plaintext
13 lines
362 B
Plaintext
$NetBSD: patch-aw,v 1.1 2008/01/23 05:30:59 tnn Exp $
|
|
|
|
--- libs/net/nc/net_udp6.c.orig 2004-04-13 01:38:08.000000000 +0200
|
|
+++ libs/net/nc/net_udp6.c
|
|
@@ -123,6 +123,7 @@ static __attribute__ ((unused)) const ch
|
|
|
|
netadr_t net_from;
|
|
netadr_t net_local_adr;
|
|
+netadr_t net_loopback_adr;
|
|
int net_socket;
|
|
|
|
static sizebuf_t _net_message_message;
|