diff options
Diffstat (limited to 'net/mtr/patches/patch-aa')
-rw-r--r-- | net/mtr/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/mtr/patches/patch-aa b/net/mtr/patches/patch-aa index 75fb4e8f397..e55f5d89646 100644 --- a/net/mtr/patches/patch-aa +++ b/net/mtr/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.3 2004/10/27 16:18:31 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2005/02/27 22:49:43 wiz Exp $ ---- net.c.orig 2004-10-27 10:04:07.000000000 -0400 -+++ net.c 2004-10-27 10:12:18.000000000 -0400 -@@ -249,7 +249,9 @@ +--- net.c.orig 2005-01-13 09:13:53.000000000 +0100 ++++ net.c +@@ -305,7 +305,9 @@ void net_send_query(int index) rv = sendto(sendsock, packet, abs(packetsize), 0, - (struct sockaddr *)&remoteaddress, sizeof(remoteaddress)); + remotesockaddr, salen); if (rv >= 0) { +#if 0 fprintf (stderr, "You've got a broken (FreeBSD?) system\n"); |