summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-02 06:56:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-02 06:56:04 +0000
commitd63b8ca5f0788c58902cccc14f5423ed76763a20 (patch)
tree6b05ca1455266c1e66e29b08b44bd258424007b3 /net-misc/iputils
parentver bump (diff)
downloadhistorical-d63b8ca5f0788c58902cccc14f5423ed76763a20.tar.gz
historical-d63b8ca5f0788c58902cccc14f5423ed76763a20.tar.bz2
historical-d63b8ca5f0788c58902cccc14f5423ed76763a20.zip
update gcc-3.4 patch #49241
Diffstat (limited to 'net-misc/iputils')
-rw-r--r--net-misc/iputils/files/021109-gcc34.patch26
1 files changed, 20 insertions, 6 deletions
diff --git a/net-misc/iputils/files/021109-gcc34.patch b/net-misc/iputils/files/021109-gcc34.patch
index e2cebfa47e4c..6803da142523 100644
--- a/net-misc/iputils/files/021109-gcc34.patch
+++ b/net-misc/iputils/files/021109-gcc34.patch
@@ -1,6 +1,20 @@
---- racoon/kmpstat.c~
-+++ racoon/kmpstat.c
-@@ -368,2 +368,3 @@
- default:
-+ ;
- /* IGNORE */
+--- tracepath.c.old 2004-04-24 01:28:35.380572520 +0100
++++ tracepath.c 2004-04-24 01:44:07.649846048 +0100
+@@ -227,7 +227,6 @@
+
+ memset(sndbuf,0,mtu);
+
+-restart:
+ for (i=0; i<10; i++) {
+ int res;
+
+@@ -243,7 +242,8 @@
+ if (res==0)
+ return 0;
+ if (res > 0)
+- goto restart;
++ i = 0;
++ continue;
+ }
+ hisptr = (hisptr + 1)&63;
+