diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-16 13:25:48 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-16 13:25:48 +0000 |
commit | 2c235aadeb17c99154387158d5c601a61ab13548 (patch) | |
tree | 13e427fd903dcd0ba5fb43dbefe1459f9e8e7e5c /net-analyzer/traceroute/files | |
parent | stable on x86 (diff) | |
download | gentoo-2-2c235aadeb17c99154387158d5c601a61ab13548.tar.gz gentoo-2-2c235aadeb17c99154387158d5c601a61ab13548.tar.bz2 gentoo-2-2c235aadeb17c99154387158d5c601a61ab13548.zip |
Added patch to fix FreeBSD compile failure, bug 96269.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer/traceroute/files')
-rw-r--r-- | net-analyzer/traceroute/files/traceroute-1.4-emptylabel.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/traceroute/files/traceroute-1.4-emptylabel.patch b/net-analyzer/traceroute/files/traceroute-1.4-emptylabel.patch new file mode 100644 index 000000000000..d86cadc87671 --- /dev/null +++ b/net-analyzer/traceroute/files/traceroute-1.4-emptylabel.patch @@ -0,0 +1,13 @@ +diff -ur traceroute-1.4a12/findsaddr-socket.c traceroute-1.4a12-labelfix/findsaddr-socket.c +--- traceroute-1.4a12/findsaddr-socket.c 2000-11-23 21:17:21.000000000 +0100 ++++ traceroute-1.4a12-labelfix/findsaddr-socket.c 2005-06-16 10:12:41.240277899 +0200 +@@ -187,9 +187,6 @@ + } + } + break; +- +- default: +- /* empty */ + } + + if (SALEN(sa) == 0) |